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

Master #1091

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Master #1091

merged 1 commit into from
Aug 24, 2023

Conversation

Matesanz
Copy link

This PR fixes the following import error:

○ → python
Python 3.8.11 (default, Nov 15 2022, 09:08:50) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import boxmot
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "$HOME/.pyenv/versions/person_reid/lib/python3.8/site-packages/boxmot/__init__.py", line 10, in <module>
    from boxmot.trackers.hybridsort.hybridsort import HybridSORT
ModuleNotFoundError: No module named 'boxmot.trackers.hybridsort'

a simple __init__.py should be added to boxmot/trackers/hybridsort

@mikel-brostrom
Copy link
Owner

I see! Thanks for this PR 😄

@mikel-brostrom mikel-brostrom merged commit 0b09e3d into mikel-brostrom:master Aug 24, 2023
@Yung-Chih-Lo
Copy link

Yung-Chih-Lo commented Aug 24, 2023

I still got "ModuleNotFoundError: No module named 'boxmot.trackers.hybridsort.'" after cloning the newest version.

@mikel-brostrom
Copy link
Owner

Give me 5 minutes. I need to create a new release

@mikel-brostrom
Copy link
Owner

Done! Should be working in 10.0.41

@Yung-Chih-Lo
Copy link

Thanks a lot!!

supmo668 pushed a commit to supmo668/yolo_tracking that referenced this pull request Oct 23, 2023
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

Successfully merging this pull request may close these issues.

3 participants