-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
### 💡 Your Question
I want to test the trained yolo nas model, but when running it like below, it doesn't print anything, no metrics. How can I enable printing all those metrics here?
best_mod…
-
### 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
If I just want to ob…
-
Hey @googanhiem,
i wanted to try this addon however i get a strange error when trying to install it via the supervisor addon store on a RPI4:
`The command '/bin/ash -o pipefail -c apk update && …
-
### 🐛 Describe the bug
I ran Yolo-NAS on an image
```python
rgb = cv2.imread("path/to/image.png")
prediction = model.predict(rgb, iou=0.5, conf=0.7)[0].prediction
concat_preds = np.concatenat…
-
### 💡 Your Question
Recently, in YOLO-NAS custom training, when setting "mixed_precision": True along with GPU setting on, AssertionError occurred with this message: "mixed precision is not available…
-
### 💡 Your Question
I would like to retrain the yolo nas S model on the coco dataset, do this project has any document or paper to show us how to replicate the results? Thanks
### Versions
3.…
-
### Description
Hi! It will be helpful if you could add training support or at least add .pth support for inference. I think this repo will be useful: https://github.com/naseemap47/YOLO-NAS (you ca…
-
### 🐛 Describe the bug
hello I wanted to train my custom dataset
from super_gradients.training.dataloaders import coco2017_train_yolo_nas, coco2017_val_yolo_nas
```
train_dataset_params = {
…
-
Hi Serengil,
Thanks for maintaining this amazing project. It has simplified many areas in facial verification/recognition.
i have a project face recognition and i want to use yolo-nas for detect…