Explorar o código

停车到位优化版本v13.0

fisher hai 1 día
pai
achega
6d03c9cc70
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ALGOS/car_stop_ontime/main.py

+ 1 - 1
ALGOS/car_stop_ontime/main.py

@@ -34,7 +34,7 @@ def monitor_main_thread(main_thread, interval):
             pass
     print("Main thread has stopped. Exiting program.")
     exit(1)
-    ##优化车牌识别的算法,包括排除遮挡车牌以及加入纵向的范围限定等
+    ##优化车牌识别的算法,包括排除遮挡车牌以及加入纵向的范围限定等,修订项目仓库
     
 def main_loop():
     url=os.environ.get('URL','192.168.3.98')