Skip to content

Issue with tools.plot_tools #2

@devinross

Description

@devinross

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'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions