Browse Source

停车到位优化版本v13.0

fisher 1 day ago
parent
commit
6d03c9cc70
1 changed files with 1 additions and 1 deletions
  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')