diff --git a/__pycache__/config.cpython-312.pyc b/__pycache__/config.cpython-312.pyc index 8174d18..b6485f0 100644 Binary files a/__pycache__/config.cpython-312.pyc and b/__pycache__/config.cpython-312.pyc differ diff --git a/__pycache__/laser_manager.cpython-312.pyc b/__pycache__/laser_manager.cpython-312.pyc new file mode 100644 index 0000000..5fa1790 Binary files /dev/null and b/__pycache__/laser_manager.cpython-312.pyc differ diff --git a/__pycache__/network.cpython-312.pyc b/__pycache__/network.cpython-312.pyc new file mode 100644 index 0000000..470c14c Binary files /dev/null and b/__pycache__/network.cpython-312.pyc differ diff --git a/__pycache__/power.cpython-312.pyc b/__pycache__/power.cpython-312.pyc new file mode 100644 index 0000000..868363c Binary files /dev/null and b/__pycache__/power.cpython-312.pyc differ diff --git a/__pycache__/shoot_manager.cpython-312.pyc b/__pycache__/shoot_manager.cpython-312.pyc new file mode 100644 index 0000000..665acff Binary files /dev/null and b/__pycache__/shoot_manager.cpython-312.pyc differ diff --git a/__pycache__/target_roi_yolo.cpython-312.pyc b/__pycache__/target_roi_yolo.cpython-312.pyc new file mode 100644 index 0000000..6d6025d Binary files /dev/null and b/__pycache__/target_roi_yolo.cpython-312.pyc differ diff --git a/__pycache__/vision.cpython-312.pyc b/__pycache__/vision.cpython-312.pyc new file mode 100644 index 0000000..d21464e Binary files /dev/null and b/__pycache__/vision.cpython-312.pyc differ diff --git a/app.yaml b/app.yaml index f111ba7..1f8c327 100644 --- a/app.yaml +++ b/app.yaml @@ -18,10 +18,6 @@ files: - laser_manager.py - logger_manager.py - main.py - - model_270139.cvimodel - - model_270139.mud - - model_270820.cvimodel - - model_270820.mud - model_285484.cvimodel - model_285484.mud - network.py diff --git a/model_270139.cvimodel b/model_270139.cvimodel deleted file mode 100644 index 09b6efb..0000000 Binary files a/model_270139.cvimodel and /dev/null differ diff --git a/model_270139.mud b/model_270139.mud deleted file mode 100644 index 6fa7113..0000000 --- a/model_270139.mud +++ /dev/null @@ -1,13 +0,0 @@ - -[basic] -type = cvimodel -model = model_270139.cvimodel - -[extra] -model_type = yolov5 -input_type = rgb -mean = 0, 0, 0 -scale = 0.00392156862745098, 0.00392156862745098, 0.00392156862745098 -anchors = 10, 13, 16, 30, 33, 23, 30, 61, 62, 45, 59, 119, 116, 90, 156, 198, 373, 326 -labels = 黑三角和圆环 - diff --git a/model_270820.cvimodel b/model_270820.cvimodel deleted file mode 100644 index 0ab2069..0000000 Binary files a/model_270820.cvimodel and /dev/null differ diff --git a/model_270820.mud b/model_270820.mud deleted file mode 100644 index cf95de4..0000000 --- a/model_270820.mud +++ /dev/null @@ -1,13 +0,0 @@ - -[basic] -type = cvimodel -model = model_270820.cvimodel - -[extra] -model_type = yolov5 -input_type = rgb -mean = 0, 0, 0 -scale = 0.00392156862745098, 0.00392156862745098, 0.00392156862745098 -anchors = 10, 13, 16, 30, 33, 23, 30, 61, 62, 45, 59, 119, 116, 90, 156, 198, 373, 326 -labels = triangle - diff --git a/gpio_high.py b/test/gpio_high.py similarity index 100% rename from gpio_high.py rename to test/gpio_high.py diff --git a/test/rollback_backup_179b30a.patch b/test/rollback_backup_179b30a.patch new file mode 100644 index 0000000..c16d6ca Binary files /dev/null and b/test/rollback_backup_179b30a.patch differ