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

Update README.md

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