mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
* Add Annotator() class * Download Arial * 2x for loop * Cleanup * tuple 2 list * max_size=1920 * bold logging results to * tolist() * im = annotator.im * PIL save in detect.py * Smart asarray in detect.py * revert to cv2.imwrite * Cleanup * Return result asarray * Add `Profile()` profiler * CamelCase Timeout * Resize after mosaic * pillow>=8.0.0 * daemon imwrite * Add cv2 support * Remove plot_wh_methods and plot_one_box * pil=False for hubconf.py annotations * im.shape bug fix * colorstr common.py * join daemons * Update t.daemon * Removed daemon saving
33 lines
751 B
Plaintext
Executable File
33 lines
751 B
Plaintext
Executable File
# pip install -r requirements.txt
|
|
|
|
# base ----------------------------------------
|
|
matplotlib>=3.2.2
|
|
numpy>=1.18.5
|
|
opencv-python>=4.1.2
|
|
Pillow>=8.0.0
|
|
PyYAML>=5.3.1
|
|
scipy>=1.4.1
|
|
torch>=1.7.0
|
|
torchvision>=0.8.1
|
|
tqdm>=4.41.0
|
|
|
|
# logging -------------------------------------
|
|
tensorboard>=2.4.1
|
|
# wandb
|
|
|
|
# plotting ------------------------------------
|
|
seaborn>=0.11.0
|
|
pandas
|
|
|
|
# export --------------------------------------
|
|
# coremltools>=4.1
|
|
# onnx>=1.9.0
|
|
# scikit-learn==0.19.2 # for coreml quantization
|
|
# tensorflow==2.4.1 # for TFLite export
|
|
|
|
# extras --------------------------------------
|
|
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
|
# pycocotools>=2.0 # COCO mAP
|
|
# albumentations>=1.0.3
|
|
thop # FLOPs computation
|