浏览代码

Comment Cython (#3297)

Ultralytics REST API fix.
modifyDataloader
Glenn Jocher GitHub 3 年前
父节点
当前提交
ee24ae11ea
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      requirements.txt

+ 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

正在加载...
取消
保存