-
Hi, I am training Yolo NAS model. However, the input size of this architecture is 640 x 640, which causes pixel loss while working with high-resolution images. Therefore, I want to increase the inpu…
-
While running my training model with yolo-nas , I am getting runtime error saying my session is crashed. I ran multiple times in different GPU colab pro+ but getting the same erorr. I am getting error…
-
### 💡 Your Question
I trained a yolo_nas_s model on my custom datasets, but I have noticed the the model size has increased after training, from 73MB to 256 MB. is it normal ?
the input size I use…
-
How to change batch_size for model.predict for YOLO-NAS?
As I can see it's 32 by default. I need to change it.
-
### 💡 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_pat…
-
I have recently found this excellent repository through an article on the internet. I tried my hands to implement what I need I need but have failed. I have these issues:
1) How can I use multiple …
-
### Describe the problem you are having
`yolov7-tiny-416 `works like a charm, whereas rt]: `yolov7x-640 `(generated .trt by script) does not register any detections.
Same configuration `frigate.yml`…
-
### 💡 Your Question
As in other YOLO models, where we specify model.predict(source='/content/', show=True, stream=True, classes=0), 0 indicates "Person" class. Likewise which should we modify for the…
-
Hi !
I'm following your tutorial for fine-tuning, but received the following error during training on my GPU :
```
File "C:\Users\clert\Documents\_Dev\yolo-nas\venv\lib\site-packages\super_gr…
-
### 💡 Your Question
convert best.pth to custom.onnx but it can't execute the output
import torch from super_gradients.training import models from super_gradients.common.object_names import Models
…