-
DWPreprocessor processes it as an empty image
-
@marcoslucianops Thanks for your work Looking forward to updating Dynamic batch-size
-
MMYOLO Call for Proposals
---
在各个领域中 YOLO 系列改进算法众多,哪些改进的算法或者模块你觉得非常有用?欢迎在 Issue 中留言。我们会根据反馈列入开发计划当中。
**Issue 回复模板**
- 算法名:
- 发布的会议和年份(如有):
- 论文(如有):
- 数据集(如有):
- 简介(如有):
- 代码(如有):
- 相关解读(如…
-
### 💡 Your Question
```
from super_gradients.training import Trainer
from super_gradients.common.object_names import Models
from super_gradients.training import models
from super_gradients.traini…
-
### 📚 Documentation Improvement
```
import torch
class MyCustomDataset(torch.utils.data.Dataset):
def __init__(self, train: bool, image_size: int):
...
def __getitem__(se…
-
### Describe the issue
Hi, I am using ONNX Runtime with TensorRT Execution Provider for a quantized model (YOLO-NAS). While TensorRT cli (trtexec.exe) successfully build the engine from onnx model, t…
-
The [docs/what-model-should-i-use.md](https://github.com/autodistill/autodistill/blob/main/docs/what-model-should-i-use.md) documentation [page](https://docs.autodistill.com/what-model-should-i-use/) …
-
### 💡 Your Question
So, I would like to fine-tune the Yolo-nas-l model for person classes. The number of images of person class with annotations I have right now is
3979 train,
1135 valid,
569 t…
-
Hi,
#1 I will like to know if it will pe possible to add news models like YOLO-NAS ( better than yolov8 ), FAST-SAM ?
#2 New Modules MMMesh
With a new component like Reality mixte, many new neu…
-
We improved the script so that it converts the COCO keypoints format to YOLOv8 format.
https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py
```
if use_keypoints:
k …