Spaces:
Runtime error
Runtime error
Priyanka-Kumavat-At-TE
commited on
Commit
•
e544dbb
1
Parent(s):
2f470c6
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ st.title(""" Object Detection Using Faster-RCNN """)
|
|
45 |
|
46 |
# st.subheader("Prediction of Object Detection")
|
47 |
|
48 |
-
st.write(""" The Faster R-CNN (Region-based Convolutional Neural Network) is a
|
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.
|
|
|
45 |
|
46 |
# st.subheader("Prediction of Object Detection")
|
47 |
|
48 |
+
st.write(""" The Faster R-CNN (Region-based Convolutional Neural Network) is a powerful 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.
|