Great work! I encountered this error while running the code. How can I resolve it?
Traceback (most recent call last): File "whac/inference.py", line 20, in <module> from lib.preprocessing.tracking import YOLOPersonTracker File "/root/WHAC/lib/preprocessing/tracking.py", line 5, in <module> from sort.tracker import SortTracker ModuleNotFoundError: No module named 'sort'
Best Wishes.