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

Issue with tools.plot_tools #2

Open
devinross opened this issue Oct 16, 2023 · 1 comment
Open

Issue with tools.plot_tools #2

devinross opened this issue Oct 16, 2023 · 1 comment
Assignees

Comments

@devinross
Copy link

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?

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'
@CrisSherban CrisSherban self-assigned this Oct 23, 2023
@CrisSherban
Copy link
Member

Hi @devinross,

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.

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

2 participants