-
### 🐛 Describe the bug
First, thank you for a great model suite and package setup. It is very much appreciated :)
After upgrading to SG version `3.7.1` I get a memory error in the onnx export duri…
-
### 💡 Your Question
I've successfully exported Yolo-Pose-NAS-N to .onnx model and then built a .trt engine. The .onnx was exported with FP32 quantization. I'm now trying to do inference of an image…
-
### 🐛 Describe the bug
---------------------------------------------------------------------------
EmptyDatasetException Traceback (most recent call last)
Cell In[17], line 3
…
-
##### System information (version)
- OpenVINO Source=> Runtime
- OpenVINO Version=> 2023.0.1
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2019
- Problem classif…
Y-T-G updated
3 months ago
-
I trained my model on my own dataset following the guidance from qat_ptq_yolo_nas.md. The model works fine in non-QA situations, but after applying QAT, it fails to detect any objects.
-
Hi,
is it possible to have a C# version for .Net user?
Thanks
-
### 🐛 Describe the bug
I was trying to add ClassBalancedSampler in train dataloader_params.
Here is how I used the ClassBalancedSampler:
```
train_data = coco_detection_yolo_format_train(
dat…
-
### 💡 Your Question
I am using YOLO-NAS for fish detection. The model accurately detects fish when there is only one fish in the frame but when there are multiple fishes the model doesn't detect any …
-
### 💡 Your Question
I try to print number of model parameters using torchsummary, but I have a some error.
How can I print the total number of parameters of my model?
### Versions
super-gradie…
-
### 💡 I need to convert my dataset to grayscale and train yolo-nas using grascale images
I have appended to "standard yolo-nas transforms" {"Grayscale": {"num_output_channels": 1}}, which is …