Detectron2: ModuleNotFoundError: No module named 'torchvision.ops'

Created on 12 Oct 2019  路  2Comments  路  Source: facebookresearch/detectron2

python demo/demo.py --config-file configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml --input ./images/16004479832_a748d55f21_k.jpg ./images/pose.jpg --opts MODEL.WEIGHTS detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl


pytorch 1.3
torchvision 0.2.2

installation / environment

Most helpful comment

If you are getting this error, likely your torchvision version is less than 0.3.0

All 2 comments

Have you solved?

If you are getting this error, likely your torchvision version is less than 0.3.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danielgordon10 picture danielgordon10  路  3Comments

joeythegod picture joeythegod  路  4Comments

kl720 picture kl720  路  3Comments

jinfagang picture jinfagang  路  3Comments

Cold-Winter picture Cold-Winter  路  3Comments