We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
you need to have a GPU card with cuda
Sorry, something went wrong.
I already have Titan X with CUDA installed. It works well with other codes with pytorch
I do not have a problem with 1080Ti, you can check repo of maskrcnn to get help.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: