-
### Describe the bug
I am trying to install the required libraries in a kaggle notebook:
- !pip install super-gradients==3.1.0
- !pip install imutils
- !pip install roboflow
- !pip install pytu…
-
### Describe the bug
A clear and concise description of what the bug is.
### To Reproduce
Steps to reproduce the behavior:
1. Train recipe '...'
2. Change param '...'
3. See error
### Expec…
-
Does the model support TFLite and TFLite runtime?
I want to run the model on the mobile. so I am asking if this is available
Thanks so much
-
### Describe the bug
A clear and concise description of what the bug is.
### To Reproduce
Steps to reproduce the behavior:
1. net = models.get(model_name, pretrained_weights="coco")
2. models.…
-
### 💡 Your Question
When I train my dataset, the map value is very small or even 0 from the first epoch, and the following epoch is also 0!
epoch:==== 0
[2023-07-07 03:33:09] INFO - base_sg_logge…
-
### 🐛 Describe the bug
After converting yolo_nas_s to onnx using you code:
```python
# Load model with pretrained weights
from super_gradients.training import models
from super_gradients.common.o…
-
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
### Describe the solution you'd like…
-
Is it possible for a trained model with YOLONAS be used with OpenCV using, for example, the function [cv::dnn::readNetFromONNX()](https://docs.opencv.org/4.7.0/d6/d0f/group__dnn.html#ga7faea56041d10c7…
-
### Is your feature request related to a problem? Please describe.
I am trying to train yolo-nas in an environment with multiple gpus (device=0 and 1), but I only want to use 1. Is there a way to tra…
-
### 🐛 Describe the bug
AttributeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
2 coco_detection_yolo_format_train, coco_detection_yo…