yvan674 / obb_anns

Toolkit to work with the Oriented Bounding Box annotation schema
BSD 3-Clause "New" or "Revised" License
21 stars 8 forks source link

Circular import #10

Open ffmiles opened 1 year ago

ffmiles commented 1 year ago

I'm sort of a newbie. I can't get it running. Getting import error:

ImportError: cannot import name '_polyiou' from partially initialized module 'obb_anns.polyiou' (most likely due to a circular import) (e:\obb_ann\obb_anns\obb_anns\polyiou__init__.py)

I think it might be about having 2 folders with same name inside each other for the package. But it seems like since noone had that problem, so issue might be simpler. I would really appreciate help. Code is basicly from obb_anns import OBBAnns Importing it. Using windows and I have just followed installation guide.