Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem of circular import #11

Open
AchrafSellami opened this issue Jun 14, 2024 · 4 comments
Open

problem of circular import #11

AchrafSellami opened this issue Jun 14, 2024 · 4 comments

Comments

@AchrafSellami
Copy link

There always exists the problem of circular import. May I ask the author why when I perform reproduction on the Windows system there always appears the error report of circular import in the init folder of yolo.bgf.detect

@mkang315
Copy link
Owner

mkang315 commented Jun 15, 2024

You may try to put our code in the folder of 'ultralytics' of YOLOv8 and replace all the import dependencies with ultralytics.xxx.xxxx. Our code was generated based on that of YOLOv8.

@A23-HUB
Copy link

A23-HUB commented Jan 4, 2025

How can I solve the circular import issue after replacing the BGF-YOLO code into the ultralytics folder? Despite making the replacement, the circular import problem persists. How would you address this issue?

de85a85b6116783b245e1ce88cfbf05

@mkang315
Copy link
Owner

mkang315 commented Jan 4, 2025

Please see the comments of Issue 2. Thank you!

@A23-HUB
Copy link

A23-HUB commented Jan 5, 2025

Thank you. This problem has been solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants