glenn-jocher commited on
Commit
2993c3f
·
unverified ·
1 Parent(s): 3aeb57d

Add `roboflow` (#4956)

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -16,8 +16,8 @@ tensorboard>=2.4.1
16
  # wandb
17
 
18
  # Plotting ------------------------------------
19
- seaborn>=0.11.0
20
  pandas
 
21
 
22
  # Export --------------------------------------
23
  # coremltools>=4.1 # CoreML export
@@ -28,7 +28,8 @@ pandas
28
  # tensorflowjs>=3.9.0 # TF.js export
29
 
30
  # Extras --------------------------------------
 
31
  # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
32
  # pycocotools>=2.0 # COCO mAP
33
- # albumentations>=1.0.3
34
  thop # FLOPs computation
 
16
  # wandb
17
 
18
  # Plotting ------------------------------------
 
19
  pandas
20
+ seaborn>=0.11.0
21
 
22
  # Export --------------------------------------
23
  # coremltools>=4.1 # CoreML export
 
28
  # tensorflowjs>=3.9.0 # TF.js export
29
 
30
  # Extras --------------------------------------
31
+ # albumentations>=1.0.3
32
  # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
33
  # pycocotools>=2.0 # COCO mAP
34
+ # roboflow
35
  thop # FLOPs computation