瀏覽代碼

停车到位优化版本v13.0

fisher 1 天之前
父節點
當前提交
6d03c9cc70
共有 1 個文件被更改,包括 1 次插入1 次删除
  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')