MaskDINO
MaskDINO copied to clipboard
run demo.py for instance segmentation
I've run demo.py for inference demo with pre-trained models, I got this "Please compile MultiScaleDeformableAttention CUDA op with the following commands: cd maskdino/modeling/pixel_decoder/ops
sh make.sh
". when I run "sh make.sh", I get this error "nvcc fatal : Unsupported gpu architecture 'compute_86'. the version of cuda that nvcc --version print for me is "cuda10.1". Must I install the newer version of cuda?
You can refer to deformable detr for more details about cuda installation, as we use its deformable cuda implementation.
@FengLi-ust the output result in opencv window is distored with input 512 * 512 by running demo.py