courtvision.config
CourtVisionInferenceSettings
Bases: BaseSettings
All the settings for running inference and tracking.
Note
The settings are loaded from the .env file in the root of the project.
Source code in courtvision/config.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
|
CourtVisionTrainingSettings
Bases: BaseSettings
All the settings for training a model
Note
The settings are loaded from the .env file in the root of the project.
Source code in courtvision/config.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|