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
I was trying to run the colab file provided by author. getting this error
ImportError Traceback (most recent call last) [<ipython-input-4-a6069ccb3e91>](https://localhost:8080/#) in <module>() ----> 1 from mmdet.apis import init_detector, inference_detector, show_result_pyplot 2 import mmcv 3 # Load model 4 config_file = '/content/CascadeTabNet/Config/cascade_mask_rcnn_hrnetv2p_w32_20e.py' 5 checkpoint_file = '/content/epoch_36.pth' 8 frames [/content/mmdetection/mmdet/ops/dcn/deform_conv.py](https://localhost:8080/#) in <module>() 9 10 from mmdet.utils import print_log ---> 11 from . import deform_conv_cuda 12 13 ImportError: cannot import name 'deform_conv_cuda' from 'mmdet.ops.dcn' (/content/mmdetection/mmdet/ops/dcn/__init__.py)
here my copy of colab file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to run the colab file provided by author. getting this error
here my copy of colab file
The text was updated successfully, but these errors were encountered: