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

Object Detection inference is not working #5

Open
ggaemo opened this issue Feb 28, 2019 · 3 comments
Open

Object Detection inference is not working #5

ggaemo opened this issue Feb 28, 2019 · 3 comments

Comments

@ggaemo
Copy link

ggaemo commented Feb 28, 2019

python tools/test_net.py
--dataset clevr_original_val
--cfg configs/baselines/e2e_mask_rcnn_R-50-FPN_1x.yaml
--load_ckpt ../../data/pretrained/object_detector.pt
--output_dir ../../data/mask_rcnn/results/clevr_val_pretrained

When I run the script above, it gives out a cudaCheckError

cudaCheckError() failed : no kernel image is available for execution on the device .

it happens with the RoIAlignFunction

@sjtuytc
Copy link

sjtuytc commented Mar 31, 2019

you need to have a GPU card with cuda

@ggaemo
Copy link
Author

ggaemo commented Apr 1, 2019

I already have Titan X with CUDA installed. It works well with other codes with pytorch

@sjtuytc
Copy link

sjtuytc commented Apr 1, 2019

I do not have a problem with 1080Ti, you can check repo of maskrcnn to get help.

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

2 participants