소스 검색
Comment Cython (#3297)
Ultralytics REST API fix.
modifyDataloader
Glenn Jocher
GitHub
3 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
2개의 추가작업 그리고
2개의 파일을 삭제
-
requirements.txt
|
|
@@ -25,6 +25,6 @@ pandas |
|
|
|
# scikit-learn==0.19.2 # for coreml quantization |
|
|
|
|
|
|
|
# extras -------------------------------------- |
|
|
|
thop # FLOPS computation |
|
|
|
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 |
|
|
|
thop # FLOPS computation |