Update miner.py
Browse files
miner.py
CHANGED
|
@@ -34,7 +34,7 @@ class Miner:
|
|
| 34 |
# (ships inside weights.onnx), so a retrained model with a different class
|
| 35 |
# order is remapped correctly without code changes. This static list is used
|
| 36 |
# only when that metadata is missing or unparsable.
|
| 37 |
-
model_class_names = ["balaclava", "
|
| 38 |
|
| 39 |
input_size = 1280
|
| 40 |
|
|
|
|
| 34 |
# (ships inside weights.onnx), so a retrained model with a different class
|
| 35 |
# order is remapped correctly without code changes. This static list is used
|
| 36 |
# only when that metadata is missing or unparsable.
|
| 37 |
+
model_class_names = ["balaclava", "hoodie", "glove", "bat", "spray paint", "graffiti"]
|
| 38 |
|
| 39 |
input_size = 1280
|
| 40 |
|