-
### 🐛 Describe the bug
When I try to fill a quantization, my code causes an error:
RuntimeError: Exporting the operator fake_quantize_per_tensor_affine to ONNX opset version 9 is not supported. Supp…
-
### 📚 Documentation Improvement
Benchmarks only shows inference time on gpu, but the parameters and flops of model really matters.
-
### 💡 Your Question
Where to download python repo and pre-trained models only? I wanna download the YOLO_NAS python repos only, so that I can easily train on my dataset. Thanks.
### Versions
_No re…
-
### 💡 Your Question
I am currently using 3.1.2 but it doesn't work because of the "AttributeError: module 'collections' has no attribute 'Iterable'" error. When is 3.1.3 available for pip installatio…
-
### 💡 Your Question
Hey all! I'm trying to set up a detection visualization callback in a code-based model (as in, I'm not using configuration files). I referenced [https://github.com/DeciAI/superg…
-
### 🐛 Describe the bug
im using super-gradients 3.3.0rc27211
my laptop is rtx30602ti i7 12th g 32G ram
i want to predict a one hour traffic video dimension 840*440 so im gonne predi…
-
BTW, I changed the line 32 of "train.py"
`ap.add_argument("--warmup_mode", type=float, default='linear_epoch_step',`
TO:
`ap.add_argument("--warmup_mode", type=str, default='linear_…
-
I am trying to make inferences using the YOLO-NAS model YOLO-NAS from a C# / c++ program. I am aware of the github port, but would like to use Ncnn Ncnn or other framework Tensorflow and PyTorch and O…
-
### 🐛 Describe the bug
This script just outputs as below. But no metrics are displayed. Please help. How to get map@0.5:0.5
Test: 100%|██████████| 43/43 [00:09
-
is there any paper about yolo-nas?