Skip to content

Commit bc831f8

Browse files
committed
Add YOLO("./model/weights/best.pt")
1 parent 061746f commit bc831f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operate/actions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141
client = config.initialize_openai_client()
4242

43-
yolo_model = None
43+
44+
yolo_model = YOLO("./model/weights/best.pt") # Load your trained model
4445

4546

4647
async def get_next_action(model, messages, objective):

0 commit comments

Comments
 (0)