MaskDINO icon indicating copy to clipboard operation
MaskDINO copied to clipboard

run demo.py for instance segmentation

Open homa-sotoudefard opened this issue 1 year ago • 2 comments

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?

homa-sotoudefard avatar May 25 '23 06:05 homa-sotoudefard

You can refer to deformable detr for more details about cuda installation, as we use its deformable cuda implementation.

FengLi-ust avatar Jun 02 '23 17:06 FengLi-ust

@FengLi-ust the output result in opencv window is distored with input 512 * 512 by running demo.py

garychan22 avatar Jul 25 '23 04:07 garychan22