densecap-tensorflow icon indicating copy to clipboard operation
densecap-tensorflow copied to clipboard

Why there is Im that "ImportError: No Module named cython_bbox"?

Open Zk-soda opened this issue 4 years ago • 2 comments

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.

Zk-soda avatar Mar 19 '20 17:03 Zk-soda

I am facing the same issue. Please help if you could find out the solution. Thank you in advance!

BhagyashreeGaikwad avatar Mar 25 '20 15:03 BhagyashreeGaikwad

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~

Zk-soda avatar Mar 26 '20 10:03 Zk-soda