Skip to content

No module named 'sports' #1

Description

@iwn-eddiechan

Hi thanks for this repo I am interested to try it on my soccer videos. But after following the steps and installed required packages. I got this in the first run.

I am not expert in Python, not sure if it is missing something in the repo? Thanks.

(venv) MacBook-Pro-EC-2:Soccer_Analysis eddie$ python3 main.py
NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
Traceback (most recent call last):
File "/Users/eddie/Ironwood/ai/soccer/Soccer_Analysis/main.py", line 6, in
from pipelines import TrackingPipeline, ProcessingPipeline, DetectionPipeline, KeypointPipeline, TacticalPipeline
File "/Users/eddie/Ironwood/ai/soccer/Soccer_Analysis/pipelines/init.py", line 10, in
from pipelines.tactical_pipeline import TacticalPipeline
File "/Users/eddie/Ironwood/ai/soccer/Soccer_Analysis/pipelines/tactical_pipeline.py", line 19, in
from tactical_analysis.homography import HomographyTransformer
File "/Users/eddie/Ironwood/ai/soccer/Soccer_Analysis/tactical_analysis/homography.py", line 8, in
from sports.common.view import ViewTransformer
ModuleNotFoundError: No module named 'sports'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions