-
-
From the paper and code implementation, QAT + distillation will use its own configuration with different precisions (fp32 for teacher and int8 for student). What if the teacher use different architect…
-
The so call "YOLOv6":
![image](https://user-images.githubusercontent.com/102453574/176082657-be51b773-0ad2-4607-b05e-45b613553bbf.png)
https://github.com/ultralytics/yolov5:
![image](https://user…
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have read the …
-
我这边同样的数据集在yolov5下10多分钟一个epoch,但是在yolov6下目前跑出来的半小时多了一个epoch
Epoch iou_loss l1_loss obj_loss cls_loss
1/399 2.364 1.948 4.324 1.474: 100%|██████████| 69/69 [14:52
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [ ] I want to train my custom dataset, and I have read …
FL77N updated
2 years ago
-
Hi Meituan YOLOv6 team (@czla, @Chilicyy, @mtjhl),
I'm [Glenn Jocher](https://www.linkedin.com/in/glenn-jocher/), author of [YOLOv5](https://github.com/ultralytics/yolov5). I'd like to invite you t…
-
环境: pytorch1.10.1 + cuda10.2
问题1:
数据集加载问题:
官方文档数据集格式:
![image](https://user-images.githubusercontent.com/46549527/176420932-7662bfdc-6f7d-4eb8-9051-78a98afe66c2.png)
训练出错:
![image](https://user…
-
I already instantiated albumentations. Where is the best place in the code it should be added?
-