-
### Describe the bug
Trying to use a custom trained yolov5 model results in error and WebUI attempts to download a `models.yolo` package.
### Screenshots
_No response_
### Console logs, from start…
-
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…
-
### 💡 Your Question
!pip install cython
!pip install -q super-gradients==3.1.3
!pip install -q roboflow
!pip install -q supervision
###RESTART RUNTIME
import os
HOME = os.getcwd()
print(HOME…
-
### 🐛 Describe the bug
I am trying to run the yolo-nas model in google-collab and getting this error
```python code
MODEL_ARCH = 'yolo_nas_l'
BATCH_SIZE = 8
MAX_EPOCHS = 25
CHECK…
-
### 💡 Your Question
I'm using the follwong versions:
Python 3.9
Torch: '2.0.1+cu117' also tried with torch 1.13 (same error)
Super-gradients: 3.1.2
During the training of yolo-nas-s i get the…
-
### Describe the bug
When I use the face_yolov8n.pt model, I get a `EOFError: Ran out of input` error. I don't get this error when using a mediapipe model.
SD.Next, Win10, AMD/DirectML, Chrome
…
-
[2023-06-08 07:37:55.523808 INFO ] trainer:train:310 - Test epoch: 99, time/epoch: 0:04:26.419727, best_mAP: 0.83875, mAP: 0.81693
[2023-06-08 07:37:55.524025 INFO ] trainer:train:312 - =========…
-
### Describe the bug
Adetailer crashes immediately during inference.
### Screenshots
![image](https://github.com/Bing-su/adetailer/assets/4285187/c2294102-5a00-4939-b8fd-b456c5460702)
![image](h…
-
树莓派4B
paddlelite 版本 2.8
我是自己做的数据,用的 ssd_mobilenet_v1
在 paddleDetection 中 使用 configs/ssd/ssd_mobilenet_v1_voc.yml 配置
然后用 paddleDetection 导出模型,在树莓派上用paddle_lite_opt转化成 nb 格式
按照官方 demo :
```
…
-
### 💡 Your Question
I am trying to use multigpu training using distributed data parallel strategy
```python
import torch
import os
from PIL import Image
from super_gradients.training imp…