1234567891011121314151617181920212223242526272829303132 |
- # pip install -r requirements.txt
- # Base ------------------------------------------------------------------------
- ipython # interactive notebook
- matplotlib>=3.2.2
- numpy>=1.18.5
- opencv-python>=4.1.1
- Pillow>=7.1.2
- psutil # system resources
- PyYAML>=5.3.1
- requests>=2.23.0
- scipy>=1.4.1
- thop>=0.1.1 # FLOPs computation
- tqdm>=4.64.0
- # Logging ---------------------------------------------------------------------
- tensorboard>=2.4.1
- # clearml>=1.2.0
- # comet
- # Plotting --------------------------------------------------------------------
- pandas>=1.1.4
- seaborn>=0.11.0
- # labelme ----------------------------------------------------------------------
- labelme>=5.1.1
- xlrd>=2.0.1
- xlwt>=1.3.0
- xlsxwriter>=3.0.3
- PyQt5>=5.15.4
- shapely
|