Closed sanjaydeo96 closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey @sanjaydeo96, I am facing the same issue. Were you able to solve it? If yes, can you guide me?
Update:
If anyone is facing this issue, kindly add these lines before importing utils.compute_overlap in utils/anchors.py
import pyximport pyximport.install()
This solved the issue in my case.