Describe the Issue Tried to create a new environment with mmcv tutorial but failed with both pip install and build from source. Reproduction pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.1/index.html En...
(There are no errors in install mmcv, build mmdet, build mmocr) when i tried to train the maskrcnn for textdet from mmocr, but i got this ImportError. cmd: python tools/train.py configs/textdet/maskrcnn/mask_rcnn_r50_fpn_160e_icdar2017.py details: Traceback (most recent call last)...
I try to install mmcv-full using below the version of cuda I have installed, some errors occur. But when I install pytorch using below the version of cuda I have installed, it also can work, do you have some idea to slove it? Maybe a suc...
opencv_python-4.5.4.60-cp38-cp38-win_amd64.whl pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.0/index.html git clone -b v3.1.0 https://github.com/open-mmlab/mmdetection.git cd mmdetection python setup.py develop cd ../ pip install future tensorboard ...
We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! out_boxes = min(num_boxes, after_topk) /home/jetson/mmdeploy/mmdeploy/mmcv/ops/nms.py:181: TracerWarning: ...
After installed everything again and installed mmcv from scratch. I tried both command you asked. The below one I got similar error, ı guess. python -m torch.distributed.launch --nproc_per_node=1 --master_port=29995 tools/train.py configs/baseline/faster_rcnn_r50_caffe_fpn_coco_full_...
OpenCV: 4.5.1 MMCV: 1.3.0 MMCV Compiler: GCC 7.3 MMCV CUDA Compiler: 11.1 MMDetection: 2.10.0+ You may add addition that may be helpful for locating the problem, such as pip install torch-1.8.1+cu111-cp37-cp37m-linux_x86_64.whl ...