Priyanka-Kumavat
commited on
Commit
•
ccc8f60
1
Parent(s):
66d9f53
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ st.title(""" Image Object Detections """)
|
|
47 |
|
48 |
st.write(""" The Faster R-CNN (Region-based Convolutional Neural Network) is a cutting-edge object detection model that combines deep
|
49 |
learning with region proposal networks to achieve highly accurate object detection in images.
|
50 |
-
It is trained on a large dataset of images and can detect a wide range of objects with high
|
51 |
The model is based on the ResNet-50 architecture, which allows it to capture complex visual features from the input image.
|
52 |
It uses a two-stage approach, first proposing regions of interest (RoIs) in the image and then classifying and refining the
|
53 |
object boundaries within these RoIs. This approach makes it extremely efficient and accurate in detecting multiple objects
|
|
|
47 |
|
48 |
st.write(""" The Faster R-CNN (Region-based Convolutional Neural Network) is a cutting-edge object detection model that combines deep
|
49 |
learning with region proposal networks to achieve highly accurate object detection in images.
|
50 |
+
It is trained on a large dataset of images and can detect a wide range of objects with high Precision and Recall.
|
51 |
The model is based on the ResNet-50 architecture, which allows it to capture complex visual features from the input image.
|
52 |
It uses a two-stage approach, first proposing regions of interest (RoIs) in the image and then classifying and refining the
|
53 |
object boundaries within these RoIs. This approach makes it extremely efficient and accurate in detecting multiple objects
|