Closed MasahiroOgawa closed 1 year ago
I got the above error when I ran
$ CUDA_VISIBLE_DEVICES=0 python image_demo.py data/mine/00001.jpg configs/ade20k/upernet_internimage_t_512_160k_ade20k.py checkpoint_dir/seg/upernet_internimage_t_512_160k_ade20k.pth --palette ade20k
I think this is related to the mmcv version... I installed mmcv-full==1.5.0 as stated in segmentation/README.md
When I removed conda environment as;
conda remove -n internimage --all
And reinstall everything from scratch, the error disappeared.
I got the above error when I ran
I think this is related to the mmcv version... I installed mmcv-full==1.5.0 as stated in segmentation/README.md