修改了一个bug

This commit is contained in:
FEIJINTI 2022-09-16 10:50:20 +08:00
parent 5a674a7400
commit 3266b5d7c1

View File

@ -59,6 +59,7 @@ def main():
model_path = os.path.join("models", select_model) model_path = os.path.join("models", select_model)
detector = WoodClass(w=4096, h=1200, n=3000, debug_mode=False) detector = WoodClass(w=4096, h=1200, n=3000, debug_mode=False)
detector.load(path=model_path) detector.load(path=model_path)
socket_send.send(b'C')