Xie.Tao

Results 6 comments of Xie.Tao

i followed the install instruction ,which is : ``` # Install Pytorch conda install pytorch==1.8.0 torchvision==0.9.0 cudatoolkit=10.2 -c pytorch # Install mmcv pip install mmcv-full==1.3.9 -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.0/index.html # Clone and...

any update for demo scrip? i tried to using mmdet demo.py but only get a mask like this: `{'pan_results': array([[2047, 2047, 2047, ..., 2047, 2047, 2047], [2047, 2047, 2047, ...,...

@RunningLeon hi,it is for Panoptic segmentation, which link is followed https://github.com/open-mmlab/mmdetection/blob/master/configs/mask2former/mask2former_r50_lsj_8x2_50e_coco-panoptic.py

need to change the ./centermask/config/defaults.py file ? like : cfg.MODEL.ROI_HEADS.NUM_CLASSES = num_classes cfg.MODEL.SEM_SEG_HEAD.NUM_CLASSES = num_classes cfg.MODEL.RETINANET.NUM_CLASSES = num_classes cfg.MODEL.FCOS.NUM_CLASSES = num_classes ??

> @Kenneth-X > > Yes, except for `cfg.MODEL.RETINANET.NUM_CLASSES = num_classes` thanks for that ,i can only find _C.MODEL.FCOS.NUM_CLASSES in defaults.py and i change it from 80 to 1 however, i...

i meet the same error and solve it now it occurs when another gpu-task occupies the GPU and gpu memery is not enough (need 1100MB while only 800MB remains)