Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run demo.py for instance segmentation #79

Open
homa-sotoudefard opened this issue May 25, 2023 · 2 comments
Open

run demo.py for instance segmentation #79

homa-sotoudefard opened this issue May 25, 2023 · 2 comments

Comments

@homa-sotoudefard
Copy link

homa-sotoudefard commented May 25, 2023

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?

@FengLi-ust
Copy link
Collaborator

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

@garychan22
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants