Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/AlexanderHMagno/R-CNN into main
Browse files
README.md
CHANGED
@@ -10,14 +10,10 @@ pinned: false
|
|
10 |
short_description: Using RCNN and Fully connected to detect Planes in objects
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
|
18 |
# LEGO Object Detection using Faster R-CNN
|
19 |
|
20 |
-
|
21 |
|
22 |
This project trains a **Faster R-CNN** model with a **ResNet-50 backbone** to detect LEGO objects using a custom dataset.
|
23 |
|
@@ -123,6 +119,6 @@ python src/evaluate.py
|
|
123 |
## π **Contributors**
|
124 |
- π€ **Alex** - Machine Learning Engineer
|
125 |
|
126 |
-
|
127 |
|
128 |
π **Happy Training!**
|
|
|
10 |
short_description: Using RCNN and Fully connected to detect Planes in objects
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# LEGO Object Detection using Faster R-CNN
|
15 |
|
16 |
+
[Faster R-CNN](https://pytorch.org/vision/main/models/generated/torchvision.models.detection.fasterrcnn_resnet50_fpn.html)
|
17 |
|
18 |
This project trains a **Faster R-CNN** model with a **ResNet-50 backbone** to detect LEGO objects using a custom dataset.
|
19 |
|
|
|
119 |
## π **Contributors**
|
120 |
- π€ **Alex** - Machine Learning Engineer
|
121 |
|
122 |
+
|
123 |
|
124 |
π **Happy Training!**
|