Upload folder using huggingface_hub
Browse files
miner.py
CHANGED
|
@@ -142,7 +142,7 @@ class Miner:
|
|
| 142 |
# self._warmup_models(device)
|
| 143 |
|
| 144 |
# Increase batch sizes for better GPU utilization
|
| 145 |
-
self.player_batch_size =
|
| 146 |
self.pitch_batch_size = 8 # Increased from 32
|
| 147 |
print(f"✅ Keypoints Model Loaded")
|
| 148 |
|
|
|
|
| 142 |
# self._warmup_models(device)
|
| 143 |
|
| 144 |
# Increase batch sizes for better GPU utilization
|
| 145 |
+
self.player_batch_size = 16 # Increased from 32
|
| 146 |
self.pitch_batch_size = 8 # Increased from 32
|
| 147 |
print(f"✅ Keypoints Model Loaded")
|
| 148 |
|