Open yuxiaoyuan0406 opened 3 years ago
Run python test.py --data data/coco.data --weights modelzoo/coco2017-0.241078ap-model.pth --img img/000139.jpg
gives this.
$ python test.py --data data/coco.data --weights modelzoo/coco2017-0.241078ap-model.pth --img img/000139.jpg
load param...
forward time:5678.646150ms
see more in this repo (not public yet)
Try to run Yolo-FastestV2 on Jetson.
Requitements
Instructions show that they need numpy 1.19.5, but we know that won't work on ARM64.
dog-qiuqiu/Yolo-FastestV2/requirements.txt
Installing torchsummary and tqdm via pip is easy.
Using numpy 1.19.4.
run
python test.py --data data/coco.data --weights modelzoo/coco2017-0.241078ap-model.pth --img img/000139.jpg
gives this.Torch and torchvision are not compatible.
Run
conda list
gives this.Previous installation was using the wrong version.
Reinstalling torchvision 0.9.0 following this instruction.