Update model card
Browse files
README.md
CHANGED
|
@@ -264,7 +264,7 @@ from huggingface_hub import hf_hub_download
|
|
| 264 |
|
| 265 |
onnx_path = hf_hub_download(
|
| 266 |
repo_id="maelic/REACTPlusPlus_PSG",
|
| 267 |
-
filename="yolo12l/
|
| 268 |
repo_type="model",
|
| 269 |
)
|
| 270 |
# Run with tools/eval_onnx_psg.py or load directly via onnxruntime
|
|
|
|
| 264 |
|
| 265 |
onnx_path = hf_hub_download(
|
| 266 |
repo_id="maelic/REACTPlusPlus_PSG",
|
| 267 |
+
filename="yolo12l/react_pp_yolo12m.onnx",
|
| 268 |
repo_type="model",
|
| 269 |
)
|
| 270 |
# Run with tools/eval_onnx_psg.py or load directly via onnxruntime
|