Skip to content

Cuda error while evaluating the pre-trained model  #6

Description

@sreejithpai

Hello,
Thank you very much for sharing the implementation.
I am trying to run 'evaluate_depth_custom.py' using google colab. I am getting a cuda error
"
/content/SimVODIS/maskrcnn_benchmark/layers/roi_align.py in forward(ctx, input, roi, output_size, spatial_scale, sampling_ratio)
18 ctx.input_shape = input.size()
19 output = _C.roi_align_forward(
---> 20 input, roi, spatial_scale, output_size[0], output_size[1], sampling_ratio
21 )
22 return output

RuntimeError: cuda runtime error (209) : unrecognized error code at /content/SimVODIS/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu:297
"
Is this due to Cuda version mismatch ? Should I downgrade cuda version in google colab from 11.0 to 9.0 ?

Thanks,
Sreejith

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions