Clothing-Detection
Clothing-Detection copied to clipboard
cannot import name '_C' from 'maskrcnn_benchmark'
Hello, I am new to this ML thing i have done setup for maskrcnn_benchmark i dont have GPU. all the time i am getting "ImportError: cannot import name '_C' from 'maskrcnn_benchmark'" error Please Help
Hi
Have you tried installing the maskrcnn-benchmark ?
Also you can trying commenting this line and try using only yolov3 that doesn't need any installation.
Hi
Have you tried installing the maskrcnn-benchmark ?
Also you can trying commenting this line and try using only yolov3 that doesn't need any installation.
This worked for me. Thanks!