-
I have training Cross-Silo Horizontal distributed training mode with following configuration settings:
```
common_args:
training_type: "cross_silo"
random_seed: 0
scenario: "horizontal"
…
-
I keep getting this error when I try to change the default image size for training the model (640) at train.py:
-------------------------------------------------------------------------------------…
-
File "/docker_code/File "tools/train.py", line 17, in
from yolov6.core.engine import Trainer
File "/docker_code/yolov6/YOLOv6-main/yolov6/core/engine.py", line 16, in
import tools.eva…
-
when I trained my datasets in YOLOV6-M,the first 4 epochs is normal,but in 5 epoch,an error is reported when you are about to verify.
Epoch iou_loss dfl_loss cls_loss
5/299 0.9721 …
-
### 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 …
-
During the checking formats of images, I run into a runtime error, RuntimeError: Socket Timeout.
Traceback (most recent call last):
File "tools/train.py", line 115, in
main(args)
File "…
-
I am a beginner, I would like to ask the code running on the Linux server, training will always report module error. ModuleNotFoundError: No module named 'tools.eval'
-
I was successful in plugging in your Swin Transformer in YOLOv6 by meituan.
Compared it with YOLOv6n using Tiny-Swin T + FPN + YOLOv6's neck and Detect layers.
While I am getting results, it is ab…
-
## 计划拓展yolo系列的模型
```
parser.add_argument('--model', type=str, default='yolov5', help='yolo :[yolov3, yolov4, yolov5, yolor, yolov5-lite]'
…
ccssu updated
2 years ago
-
### 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 …