From 2993c3fa7af7a76dd82349e3cf85e35e4254576b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 27 Sep 2021 19:00:05 -0700 Subject: [PATCH] Add `roboflow` (#4956) --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42d5dfc49354..a80d46789943 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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