MANIFEST.in
README.md
pyproject.toml
soccernetpro/__init__.py
soccernetpro.egg-info/PKG-INFO
soccernetpro.egg-info/SOURCES.txt
soccernetpro.egg-info/dependency_links.txt
soccernetpro.egg-info/requires.txt
soccernetpro.egg-info/top_level.txt
soccernetpro/apis/__init__.py
soccernetpro/apis/classification.py
soccernetpro/config/classification.yaml
soccernetpro/config/.ipynb_checkpoints/classification-checkpoint.yaml
soccernetpro/core/__init__.py
soccernetpro/core/trainer.py
soccernetpro/core/sampler/weighted_sampler.py
soccernetpro/core/utils/checkpoint.py
soccernetpro/core/utils/config.py
soccernetpro/core/utils/load_annotations.py
soccernetpro/core/utils/video_processing.py
soccernetpro/datasets/__init__.py
soccernetpro/datasets/builder.py
soccernetpro/datasets/classification_dataset.py
soccernetpro/metrics/classification_metric.py
soccernetpro/models/__init__.py
soccernetpro/models/builder.py
soccernetpro/models/backbones/video_mae.py