pro-grammer commited on
Commit
ff6c786
·
verified ·
1 Parent(s): 90e49bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -16,8 +16,27 @@ base_model: resnet-50
16
  library_name: pytorch
17
  ---
18
 
19
- # SSD
 
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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  library_name: pytorch
17
  ---
18
 
19
+ # 🚀 Usage Instructions
20
+ For setup and usage details, visit the SSD section of the GitHub repository:
21
  [ssd github](https://github.com/adrirubio/ml-rover/tree/main/ssd)
22
 
23
+ This includes:
24
+
25
+ - Installation steps
26
+ - Model training and evaluation
27
+ - Configuration options
28
+ - How to run inference
29
+
30
+ # 🧪 Inference Examples
31
+ See the SSD model in action with ready-made examples showing predictions on various images:
32
+ [ssd examples](https://github.com/adrirubio/ml-rover/tree/main/ssd/inference-examples)
33
+
34
+ # 🖼️ Run Inference on a Custom Image
35
+ Use this script to run inference on your own image file by specifying the path manually:
36
+ [SSD Examples](https://github.com/adrirubio/ml-rover/tree/main/ssd/inference-examples)
37
+ ℹ️ Usage instructions are provided in the script comments.
38
+
39
+ # 🎲 Run Inference on a Random Pascal VOC Image
40
+ Quickly test the SSD model on a random image from the Pascal VOC dataset:
41
+ [ssd-inference.py](https://github.com/adrirubio/ml-rover/blob/main/ssd/ssd-inference.py)
42
+ ℹ️ Usage instructions are provided in the script comments.