Closed christian-git-md closed 3 years ago
@christian-git-md Hello. I got the same error message... Even a few days ago, my code worked on Colab!! In my case, it was solved by changing numpy version 1.19.5 to 1.20.0
It is likely to be a numpy issue. Try to reinstall numpy or upgrade it to the latest version.
Is it possible to write good numpy version in the requirements file to avoid this problems?
when i run python top_down_img_demo_with_mmdet.py ./dete_cig/faster_rcnn_r50_fpn_1x_coco.py ./dete_cig/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth ./configs/top_down/lite_hrnet/coco/litehrnet_18_coco_256x192.py ./checkpoints/litehrnet_18_coco_256x192.pth --img-root ./test --json-file ./data/coco/person_detection_results/COCO_val2017_detections_AP_H_56_person.json --out-img-root ./res
can you tell me how about this @innerlee
Hello! I also met this problem, numpy 1.21.2
Please upgrade the version of pip and numpy.
pip install --upgrade numpy
Thank you !! I install numpy version 1.22.0 But when numpy upgrade ,maybe I should upgrade numpy.
I still have the same issue. Can someone tell me which version of numpy should I actually be using to avoid this error? I've tried 1.21 and 1.22, both continue to give me the same error.
I built and ran the docker image as described here. I tried to run the training command for single gpu as described in the docs, so
python train.py configs/bottom_up/resnet/coco/res50_coco_640x640.py
This gave me the following error:
Host OS: Ubuntu 16.04 Docker Engine: 20.10.2