Skip to content

Commit

Permalink
Add Cython (ultralytics#3217)
Browse files Browse the repository at this point in the history
Cython required by pycocotools in certain cases, i.e. cocodataset/cocoapi#172

(cherry picked from commit 7b863a3)
  • Loading branch information
glenn-jocher authored and Lechtr committed May 24, 2021
1 parent 16451c9 commit 4f27b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pandas

# extras --------------------------------------
thop # FLOPS computation
Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
pycocotools>=2.0 # COCO mAP


Expand Down

0 comments on commit 4f27b49

Please sign in to comment.