densecap-tensorflow
densecap-tensorflow copied to clipboard
Why there is Im that "ImportError: No Module named cython_bbox"?
I found the error line is from 'lib.utils.cython_bbox import bbox_overlaps'. And there is no 'cython_bbox' in 'lib.utils'. How can I fix this problem? Thank you very much.
I am facing the same issue. Please help if you could find out the solution. Thank you in advance!
I am facing the same issue. Please help if you could find out the solution. Thank you in advance!
Actually, you can read the section 'Compile local libs', implement the commands in the section. Then you can successfully import bbox_overlaps. Have a try~