--- license: mit language: - en tags: - object-detection - computer-vision - pascal-voc datasets: - pascal_voc metrics: - map - "map@0.5" pipeline_tag: object-detection base_model: resnet-50 library_name: pytorch --- # 🚀 Usage Instructions For setup and usage details, visit the SSD section of the GitHub repository:
[SSD GitHub](https://github.com/adrirubio/ml-rover/tree/main/ssd)
This includes: - Installation steps - Model training and evaluation - Configuration options - How to run inference # 🧪 Inference Examples See the SSD model in action with ready-made examples showing predictions on various images:
[SSD Examples](https://github.com/adrirubio/ml-rover/tree/main/ssd/inference-examples)
# 🖼️ Run Inference on a Custom Image Use this script to run inference on your own image file by specifying the path manually:
[ssd-inference.py](https://github.com/adrirubio/ml-rover/blob/main/ssd/ssd-inference.py)
ℹ️ Usage instructions are included in the script comments.
# 🎲 Run Inference on a Random Pascal VOC Image Quickly test the SSD model on a random image from the Pascal VOC dataset:
[Pascal-VOC-inference.py](https://github.com/adrirubio/ml-rover/blob/main/ssd/Pascal-VOC-inference.py)
ℹ️ Usage instructions are included in the script comments.