mirror of
https://github.com/NanjingForestryUniversity/supermachine-wood.git
synced 2025-11-08 10:13:53 +00:00
修改了一个bug
This commit is contained in:
parent
5a674a7400
commit
3266b5d7c1
@ -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')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user