Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This repository contains the YOLO model trained on the COCO Dataset for Object Detection. The model gave an IoU of about 69% on the test dataset and can be used as a onnx model
|
2 |
+
|
3 |
+
Model Details:
|
4 |
+
Task: Object Detection
|
5 |
+
Architecture : YOLO Model stored in onnx format
|
6 |
+
Input Size: Varying size but resized to 640x640 pixels with 3 channels(RGB)
|
7 |
+
Dataset : The model is trained on unnormalized dataset
|
8 |
+
Dataset used: PASCAL VOC Dataset which is a subset of COCO Dataset
|
9 |
+
IoU: 69%
|