Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
## Caffe Model (`deploy.prototxt`)
|
| 5 |
+
- **Description**: A Caffe configuration file that defines a pre-trained model for object detection.
|
| 6 |
+
- **Framework**: Caffe
|
| 7 |
+
- **Input**: Image (300x300)
|
| 8 |
+
- **Output**: Detection results.
|