-
i'm facing time limitations in Google Colab and need to train my data for 150 epochs, but in 50 epochs colab is termine how to resume from the last saved checkpoint when you restart the Colab session.
-
非常感谢分享,现在导入模型后,只能单帧进行标注,是否可增添一次性全部生成选项
-
Hello, I have some issues trying to infer an image with YOLO-NAS-S model converted to .engine.
Has anyone managed to do this ?
I used this script to export the custom model to .onnx:
```python…
-
### 💡 Your Question
Hi i am dealing with severely imbalanced data,Is there any way i can change the weights of a perticular classes in yolo_Nas?Or deal this problem in yolonas.
Thank you for your ti…
-
### 💡 Your Question
I am experiencing difficulties when attempting to perform inference on a TensorRT model. I have come to the conclusion that the fine-tuning hyper-parameters listed under ''Quant…
-
### 🐛 Describe the bug
This:
```py
import torchvision.transforms as transforms
from PIL import Image
from super_gradients.training import models
from super_gradients.training.models.detectio…
-
### 💡 Your Question
Could you provide an example for running inference on a custom YOLO-NAS model? Couldn't find a minimum example for this in the docs. If this exists in the docs you could just se…
-
### 🚀 Feature Request
I am using yolo-nas model and trying to use different model architecture.
So is there a way to generate a classification report and confusion matrix for each model to evaluat…
-
### 🐛 Describe the bug
Using AWS P3.8xlarge or P3.16xlarge, num_gpus = 4 or 8. device = 'cuda'
torch 1.13.1+cu117
super_gradients.__version__ = 3.1.1
The setup_device line causes it to go throug…
-
### 💡 Your Question
How to get pretrained weights of yolo-nas_s on obj365 datasets? yolo-nas got a mAP of 47.5, is this the result of pre-training on the obj365 dataset and then fine-tuning on the c…