Hello! everyone. I want to use custom yolov3 , tensorflow 2.0 weights on nano so that I can do inference from nano in real time using my camera. Any help?
Hi,
Please convert your model into onnx format with tf2onnx or keras2onnx first.
Here is a tutorial from the community for your reference:
Thanks.