jeetv commited on
Commit
de57771
·
verified ·
1 Parent(s): cb0d7c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -18
README.md CHANGED
@@ -62,24 +62,6 @@ import opensportslib
62
  print("OpenSportsLib imported successfully")
63
  ```
64
 
65
- ### Train a classification model
66
-
67
- ```python
68
- from opensportslib.apis import LocalizationModel
69
-
70
- my_model = LocalizationModel(
71
- config="/path/to/localization.yaml",
72
- 👉 weights="OpenSportsLab/OSL-loc-snbas-2025-e2e", # optional
73
- )
74
-
75
- best_checkpoint = my_model.train(
76
- train_set="/path/to/train.json",
77
- valid_set="/path/to/valid.json",
78
- )
79
-
80
- print(best_checkpoint)
81
- ```
82
-
83
  ### Run inference
84
 
85
  ```python
 
62
  print("OpenSportsLib imported successfully")
63
  ```
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  ### Run inference
66
 
67
  ```python