tianching commited on
Commit
a702d56
1 Parent(s): 4d0e856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -144,9 +144,12 @@ model = attempt_load(weight_path, map_location=torch.device('cpu')) # load FP32
144
  Rats are common pests in urban and rural environments, posing threats to public health and causing damage to property. Effective rat detection is crucial for pest control and management. However, manual rat detection can be time-consuming and labor-intensive. Therefore, we developed an object detection model using YOLOv7 specifically tailored for rat detection. This model aims to automate the process of rat detection, making it faster, more efficient, and accessible.
145
 
146
  Usage Instructions:
147
- Upload Image: Users can upload their own images containing rats for detection.
148
- Image URL: Users can input the URL of an image containing rats for detection.
149
- Use Random Default Image: Users can select a default image provided by the system for detection. The system will randomly choose one of the default images and perform detection on it.
 
 
 
150
  Upon selecting an option, the model will perform rat detection on the chosen image and display the results, including bounding boxes around detected rats. Users can then analyze the results to identify rat presence in the image.
151
  """
152
  # Modify Streamlit app code
 
144
  Rats are common pests in urban and rural environments, posing threats to public health and causing damage to property. Effective rat detection is crucial for pest control and management. However, manual rat detection can be time-consuming and labor-intensive. Therefore, we developed an object detection model using YOLOv7 specifically tailored for rat detection. This model aims to automate the process of rat detection, making it faster, more efficient, and accessible.
145
 
146
  Usage Instructions:
147
+ 1.Upload Image: Users can upload their own images containing rats for detection.
148
+
149
+ 2.Image URL: Users can input the URL of an image containing rats for detection.
150
+
151
+ 3.Use Random Default Image: Users can select a default image provided by the system for detection. The system will randomly choose one of the default images and perform detection on it.
152
+
153
  Upon selecting an option, the model will perform rat detection on the chosen image and display the results, including bounding boxes around detected rats. Users can then analyze the results to identify rat presence in the image.
154
  """
155
  # Modify Streamlit app code