赞
踩
成功解决ModuleNotFoundError: No module named 'torchvision.ops
目录
Traceback (most recent call last):
File "F:\File_Python\Python_example\detectron2-master\demo\demo.py", line 11, in <module>
from detectron2.data.detection_utils import read_image
File "f:\file_python\python_example\detectron2-master\detectron2\data\__init__.py", line 4, in <module>
from .build import (
File "f:\file_python\python_example\detectron2-master\detectron2\data\build.py", line 14, in <module>
from detectron2.structures import BoxMode
File "f:\file_python\python_example\detectron2-master\detectron2\structures\__init__.py", line 2, in <module>
from .boxes import Boxes, BoxMode, pairwise_iou
File "f:\file_python\python_example\d
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。