Skip to content

Commit

Permalink
Add roboflow (#4956)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Sep 28, 2021
1 parent 3aeb57d commit 2993c3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ tensorboard>=2.4.1
# wandb

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

# Export --------------------------------------
# coremltools>=4.1 # CoreML export
Expand All @@ -28,7 +28,8 @@ pandas
# tensorflowjs>=3.9.0 # TF.js export

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

1 comment on commit 2993c3f

@Jacobsolawetz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just saw this github: ⚠️ YOLOv5 is out of date by 1 commit. Use git pullorgit clone https://github.com/ultralytics/yolov5` to update.` :D

Please sign in to comment.