Skip to content
Snippets Groups Projects
Select Git revision
  • 048bda97fb606e906c8e9c8b5a918d43d45112d1
  • main default protected
  • V1
3 results

requirements.txt

Blame
  • This project manages its dependencies using pip. Learn more
    requirements.txt 1.39 KiB
    # Raven2YOLO requirements
    # Usage: pip install -r requirements.txt
    
    # Base ------------------------------------------------------------------------
    
    matplotlib>=3.7.1    # Plotting library
    numpy>=1.23.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
    pandas==2.2.2        # Data manipulation and analysis
    tqdm>=4.64.0         # Progress bar library
    
    # Torch -----------------------------------------------------------------------
    
    torch==2.0.0        
    torchvision==0.15.1
    torchaudio==2.0.1
    
    # Plotting --------------------------------------------------------------------
    
    seaborn>=0.11.0      # Statistical data visualization
    
    # Extras ----------------------------------------------------------------------
    
    # ipdb>=0.13.9         # IPython debugger
    # ipython==7.34.0      # Interactive Python shell
    
    # Additional Packages ---------------------------------------------------------
    
    librosa>=0.9.2       # Audio and music processing library
    scipy>=1.8.0         # Scientific library for numerical computations
    soundfile>=0.11.0    # Sound library
    p_tqdm==1.4.0        # Parallel tqdm (progress bar) for Python
    albumentations>=1.0.3 # Image augmentation library
    scikit-learn>=1.2.2  # Machine learning library
    xarray>=2024.3.0     # NetCDF interpreter
    h5netcdf>=1.3.0      # NetCDF interpreter