- Edited
- Best Answerset by Fakhrullo
Hi @Fakhrullo
Pretty sure that's how robothub works. If you are crafty you can also create your own version with web streaming.
EDIT: Some examples to get you started luxonis/robothub-examples
Thanks,
Jaka
Hi @Fakhrullo
Pretty sure that's how robothub works. If you are crafty you can also create your own version with web streaming.
EDIT: Some examples to get you started luxonis/robothub-examples
Thanks,
Jaka
Hi @Fakhrullo
Something like https://robothub.luxonis.com/?
Thanks,
Jaka
Hi @Fakhrullo
thanks for your reply. I tried to load the weights (best.pt) that you shared with us, but I was unable to load them using:
import torch
torch.load("best.pt")
It returned the following error:
KeyError: "filename 'storages' not found"
It seems like the file is corrupted. Can you please try it as well and ensure it's not corrupted?
Best
Jan
Hi @Fakhrullo,
I'll look into it and let you know when I find something. In the meantime, could you please share with us what export arguments (# of shaves, RVC2 or RVC3, etc.) you used?
Best,
Jan
Hi @Fakhrullo
Hard to say what the issue is, could you send the model .pt file?
Thanks,
Jaka
Hi @Fakhrullo ,
Could you provide minimal code? This doesn't seem very minimal.. Have you also tried the same code, but without flashing on, so just running it still connected with the host computer?
Hi @Fakhrullo
Can I see the full code?
If you are inputting the preview image into the manip, make sure it's larger than the output image, otherwise the crop makes no sense.
Maybe you could link the .video output and set the frame type to RGB.
Thanks,
Jaka