issues
search
tinyvision
/
DAMO-YOLO
DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.79k
stars
476
forks
source link
pycocotools fix
#154
Closed
mbio16
closed
2 months ago
mbio16
commented
2 months ago
by installing from original repo of pycocotools (2019), it depends on numpy version 1.x.x
current version of pytorch and other libraries requires numpy 2.x.x
to train model it is not possible to use installation method described in readme, numpy error with float type
install fix version of pycocotools (
https://pypi.org/project/pycocotools/
)
train your finetune model