Spaces:
Sleeping
Sleeping
Alexander Hortua
commited on
Commit
·
5386bb5
1
Parent(s):
a39b066
Update README.md
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 |
|
|
|
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 |
|