Alex Hortua commited on
Commit
1f4fef5
Β·
2 Parent(s): 5606920 3d342a8

Merge branch 'main' of https://github.com/AlexanderHMagno/R-CNN into main

Browse files
Files changed (1) hide show
  1. README.md +2 -6
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
- ![Faster R-CNN](https://upload.wikimedia.org/wikipedia/commons/4/4b/Faster_R-CNN.png)
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
- πŸ“§ **Contact**: [Your Email]
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!**