-
-
### 💡 Your Question
I would like to know if it is possible to use your own pretrained_weights? I've tried with
`net = models.get(Models.YOLO_NAS_M, num_classes=3, pretrained_weights="/testing_1/ave…
-
### 🚀 Feature Request
I am writing to kindly request your assistance with a feature that would greatly benefit the community using Super-Gradients and OpenVINO. Specifically, I am seeking proper docu…
-
### 💡 Your Question
Is it possible in model.prediction to **use the original file name** to store ?
when accessing prediction results and something was predicted I want to save to same file name.
…
-
### 💡 Your Question
I trained yolo nas on my custom dataset & the epoch number was 300. After testing the model with test data, i didn't get precesion recall curve. What is the solution of it?
### V…
-
This issue is to complete or improve existing task pages: [hf.co/tasks](https://huggingface.co/tasks/). These pages are wikipedia of machine learning, and are crowdsourced. For each page, you could ad…
-
Please share the documentation to test the model on mobile application
-
### 💡 Your Question
Hi! I trained YOLO-NAS on custom dataset but my notebook crashed, now I want to train it again, but I want to use latest weights (ckpt_best.pth) . How shold I do.. hear I use
…
-
### 💡 Your Question
I am training an object detector (yolo_nas_s) on a custom dataset from scratch (i.e. without using pretrained weights). The result is good but for the problem I am trying to solve…
-
### 💡 Your Question
I have pretrained a custom yol-nas-m model and wish to make it compatible with a tflite integrated application
I have my own set of custom dataset labelled and ready to use in …