You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in <cell line: 26>()
24 import numpy as np
25 from yolox.utils import get_model_info, postprocess
---> 26 from yolox.tracker.byte_tracker import BYTETracker
27
28 # Step 6: Load your YOLOX model (adjust the model path as needed)
ModuleNotFoundError: No module named 'yolox.tracker'
The text was updated successfully, but these errors were encountered:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 26>()
24 import numpy as np
25 from yolox.utils import get_model_info, postprocess
---> 26 from yolox.tracker.byte_tracker import BYTETracker
27
28 # Step 6: Load your YOLOX model (adjust the model path as needed)
ModuleNotFoundError: No module named 'yolox.tracker'
The text was updated successfully, but these errors were encountered: