Browse Source

Add `roboflow` (#4956)

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
2993c3fa7a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      requirements.txt

+ 3
- 2
requirements.txt View File

# wandb # wandb


# Plotting ------------------------------------ # Plotting ------------------------------------
seaborn>=0.11.0
pandas pandas
seaborn>=0.11.0


# Export -------------------------------------- # Export --------------------------------------
# coremltools>=4.1 # CoreML export # coremltools>=4.1 # CoreML export
# tensorflowjs>=3.9.0 # TF.js export # tensorflowjs>=3.9.0 # TF.js export


# Extras -------------------------------------- # Extras --------------------------------------
# albumentations>=1.0.3
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
# pycocotools>=2.0 # COCO mAP # pycocotools>=2.0 # COCO mAP
# albumentations>=1.0.3
# roboflow
thop # FLOPs computation thop # FLOPs computation

Loading…
Cancel
Save