Hi @ZachJaison,
Could you please share the model weights with me, please? I'll look into that. You can send the model weights to my email for example, my email address is jan.cuhel@luxonis.com.
Best,
Jan
Hi @ZachJaison,
Could you please share the model weights with me, please? I'll look into that. You can send the model weights to my email for example, my email address is jan.cuhel@luxonis.com.
Best,
Jan
Hi @ZachJaison
You are still sending the frames, you're just not visualizing them.
While this does lower the CPU consumption (still at 100% for whatever reason ) it still utilizes the bandwidth. To stop sending frames, remove the link in the pipeline.
cam_rgb.preview.link(xout_rgb.input)
- also remove the XlinkOut node and the host side:
ZachJaison q_rgb = device.getOutputQueue("rgb")
Thanks,
Jaka
Hi @ZachJaison
Thanks,
Jaka