Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ metrics:
|
|
| 12 |
- map
|
| 13 |
- "map@0.5"
|
| 14 |
pipeline_tag: object-detection
|
| 15 |
-
base_model:
|
| 16 |
library_name: pytorch
|
| 17 |
---
|
| 18 |
|
|
@@ -20,3 +20,4 @@ library_name: pytorch
|
|
| 20 |
[ssd github](https://github.com/adrirubio/ml-rover/tree/main/ssd)
|
| 21 |
|
| 22 |
# Inference Examples
|
|
|
|
|
|
| 12 |
- map
|
| 13 |
- "map@0.5"
|
| 14 |
pipeline_tag: object-detection
|
| 15 |
+
base_model: resnet-50
|
| 16 |
library_name: pytorch
|
| 17 |
---
|
| 18 |
|
|
|
|
| 20 |
[ssd github](https://github.com/adrirubio/ml-rover/tree/main/ssd)
|
| 21 |
|
| 22 |
# Inference Examples
|
| 23 |
+
[ssd examples](https://github.com/adrirubio/ml-rover/tree/main/ssd/inference-examples)
|