-
- Downloads
V2
Showing
- CITATION.cff 2 additions, 2 deletionsCITATION.cff
- get_spectrogram.py 4 additions, 113 deletionsget_spectrogram.py
- get_time_freq_detection.py 0 additions, 52 deletionsget_time_freq_detection.py
- get_train_annot.py 22 additions, 26 deletionsget_train_annot.py
- get_train_val.py 1 addition, 141 deletionsget_train_val.py
- labelme2yolo.py 0 additions, 65 deletionslabelme2yolo.py
- requirements.txt 0 additions, 81 deletionsrequirements.txt
# Raven2YOLO requirements | ||
# Usage: pip install -r requirements.txt | ||
# Base ------------------------------------------------------------------------ | ||
<<<<<<< HEAD | ||
argparse==1.4.0 # Command-line argument parsing | ||
matplotlib>=3.2.2 # Plotting library | ||
numpy>=1.18.5 # Numerical computing library | ||
opencv-python>=4.1.1 # Computer vision library | ||
Pillow>=7.1.2 # Python Imaging Library | ||
PyYAML>=5.3.1 # YAML parser and emitter | ||
os>=0.11.0 # Operating system interface | ||
pandas>=2.2.2 # Data manipulation and analysis | ||
tqdm>=4.64.0 # Progress bar library | ||
======= | ||
gitpython>=3.1.30 | ||
globox==2.4.5 | ||
matplotlib>=3.2.2 | ||
multiprocess==0.70.16 | ||
mycolorpy==1.5.1 | ||
numpy>=1.18.5 | ||
opencv-python>=4.1.1 | ||
Pillow>=7.1.2 | ||
psutil # system resources | ||
p-tqdm==1.4.0 | ||
PyYAML>=5.3.1 | ||
requests>=2.23.0 | ||
scipy>=1.4.1 | ||
soundfile>=0.11.0 | ||
thop>=0.1.1 # FLOPs computation | ||
torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended) | ||
torchvision>=0.8.1 | ||
tqdm>=4.64.0 | ||
labelme==5.1.1 | ||
librosa==0.9.2 | ||
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012 | ||
albumentations>=1.0.3 #data augmentation (optional) | ||
# Logging --------------------------------------------------------------------- | ||
tensorboard>=2.4.1 | ||
# clearml>=1.2.0 | ||
# comet | ||
>>>>>>> 729ca99066972cd2d914d6054b6e8885d8e9c856 | ||
# Plotting -------------------------------------------------------------------- | ||
matplotlib>=3.7.1 # Plotting library | ||
seaborn>=0.11.0 # Statistical data visualization | ||
# Extras ---------------------------------------------------------------------- | ||
<<<<<<< HEAD | ||
ipdb>=0.13.9 # IPython debugger | ||
ipython>=8.1.1 # Interactive Python shell | ||
# Additional Packages --------------------------------------------------------- | ||
glob>=1.3.0 # Unix-style pathname pattern expansion | ||
shutil>=1.0.0 # High-level file operations | ||
base64>=1.2.0 # Base16, Base32, Base64, Base85 data encoding | ||
json>=1.0.0 # JSON encoder/decoder | ||
datetime>=1.0.0 # Basic date and time types | ||
pathlib>=1.0.0 # Object-oriented filesystem paths | ||
librosa>=0.9.2 # Audio and music processing library | ||
scipy>=1.8.0 # Scientific library for numerical computations | ||
cv2>=1.0.0 # OpenCV computer vision library | ||
soundfile>=0.11.0 # Sound library | ||
p_tqdm==1.4.0 # Parallel tqdm (progress bar) for Python | ||
yaml==6.0 # YAML parser and emitter | ||
torch==1.12.0 # PyTorch deep learning framework | ||
albumentations>=1.0.3 # Image augmentation library | ||
scikit-learn<=1.1.2 # Machine learning library | ||
======= | ||
# ipython # interactive notebook | ||
# mss # screenshots | ||
# pycocotools>=2.0.6 # COCO mAP | ||
# roboflow | ||
# ultralytics # HUB https://hub.ultralytics.com | ||
>>>>>>> 729ca99066972cd2d914d6054b6e8885d8e9c856 |
Please register or sign in to comment