-
### 💡 Your Question
Hello,
I am experiencing an issue while trying to load pre-trained weights for YOLO-NAS using the SuperGradients library.
Here is the code snippet I am using:
python
Copy …
-
### Search before asking
- [X] I have searched the Yolo Tracking [issues](https://github.com/mikel-brostrom/yolo_tracking/issues) and found no similar bug report.
### Question
I enter the command …
-
It would be great if this library included YOLO-NAS. You already have so many YOLO versions, this is great, and it would be nice to have one C# library with a majority of YOLO implementations all in …
-
### 💡 Your Question
Hello,
I was wondering if there is any way to export the YOLO-NAS model to onnx with dynamic image size axes and then convert to TensrRT with dynamic shapes (if needed I can ex…
-
### 💡 Your Question
Hi! I'm stuck with trying to train yolo_nas_l on custom data. I follow several guides and notebooks yet constantly come to one error - "You can use sliding window validation cal…
-
1. The demo from readme doesn't work, prediction is None
2. The colab also doesn't work: `
UnidentifiedImageError: cannot identify image file `
### 🐛 Describe the bug
```python
import super…
-
### 💡 Your Question
I have followed exactly same steps for model training followed by PTQ and QAT mentioned in the offcial super-gradient notebook :
https://github.com/Deci-AI/super-gradients/blob…
-
### 💡 Your Question
I was doing a object detection project , which is a drowning detection . Below is the result of YOLO-NAS S with 250 epochs.
![Screenshot 2024-04-15 001100](https://github.com/D…
-
### Describe the problem
When using [a sample code from the FiftyOne's docs](https://docs.voxel51.com/integrations/super_gradients.html) for visualizing the predictions of a super-gradients `yolo_n…
-
Is it possible to load a custom YOLO NAS (onnx) trained model?