ikin5050

Results 1 issues of ikin5050

### 💡 Your Question I have finetuned a model based on yolonas_l. When I attempt to load this model using the following code: `model = models.get( model_name='yolo_nas_l', checkpoint_path='checkpoints/yolo_nas_l/Person_ckpt_best.pth', num_classes=5 ).to(device)`...