Zoltan K

Results 2 comments of Zoltan K

Here you go. Hope it helps: ``` model = models.get("yolo_nas_s", num_classes=NUM_CLASSES, checkpoint_path=INPUT_FILE) models.convert_to_onnx(model=model, input_shape=(3,640,640), out_path="yolo_nas_s.onnx") ```

Hi, there are OE recipes in meta-browser: https://github.com/OSSystems/meta-browser Br, Zoltan