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
yields the following error for me, but I can seem to install a module that will prevent this issue. Any suggestions?
Traceback (most recent call last):
File "/Users/devinross/Downloads/BasketTracking-master/main.py", line 5, in <module>
from ball_detect_track import BallDetectTrack
File "/Users/devinross/Downloads/BasketTracking-master/ball_detect_track.py", line 4, in <module>
from tools.plot_tools import plt_plot
ModuleNotFoundError: No module named 'tools.plot_tools'
The text was updated successfully, but these errors were encountered:
Unfortunately, we have not provided a proper Python package for this repo.
I have pushed a small update (a00643d) that should fix the ModuleNotFoundError.
Please git pulland let me know if it works.
P.S. Re-running the example, I faced a small issue with detectron2 and PIL: facebookresearch/detectron2#5010, make sure you have an up to date version of it in case you happen to face it.
Running
python3 main.py --video ../sample_data/lebron_on_court.mp4
yields the following error for me, but I can seem to install a module that will prevent this issue. Any suggestions?
The text was updated successfully, but these errors were encountered: