eric061388 commited on
Commit
03c8bf9
1 Parent(s): 252f8cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -126,6 +126,9 @@ model = attempt_load(weight_path, map_location=torch.device('cpu')) # load FP32
126
  """
127
  # YOLOv7
128
  這是一個紅綠燈的object detection model.
 
 
 
129
  """
130
  option = st.radio("", ["Upload Image", "Image URL"])
131
 
 
126
  """
127
  # YOLOv7
128
  這是一個紅綠燈的object detection model.
129
+
130
+ 有針對 traffic-light, red-light, green-light, yellow-light, turn-right, turn-left 進行物件圈註
131
+
132
  """
133
  option = st.radio("", ["Upload Image", "Image URL"])
134