shensheng272

Results 43 comments of shensheng272

Thanks for pr. But currently IMG_FORMAT is used with `.lower()` . So images with upper case file extensions will cause no trouble.

> @shensheng272 There is a bug [here](https://github.com/meituan/YOLOv6/blob/main/yolov6/data/datasets.py#L572) where the code is not using `.lower()`. So either that line needs to be changed to call `.lower()`, or `IMG_FORMAT` needs to include...

Latest code will print conf on best mF1 and print P R under iou50, when eval model. Also default plot curves like yolov5. Also you can log infos you want...

Latest code will print conf on best mF1 and print P R under iou50. Also default plot curves like yolov5. Also you can log infos you want near https://github.com/meituan/YOLOv6/blob/main/yolov6/core/evaler.py#L188

you might check your ymal to follow ``` is_coco: False names: ['Sign'] nc: 1 train: ./images/train val: ./images/val ```

> 请问可以实现训练中控制不用OTA么 V0.2.0 版本去掉了OTA来加速训练。欢迎使用。

是不是v5版本里面没有开mosaic,或者mosaic等一些增强的概率不同?一些预处理是比较耗时的。

New models and scripts for reproducing train/val result are available now. More info in [readme](https://github.com/meituan/YOLOv6/blob/main/README.md). By the way, we publish result on different test scheme comparing to yolov5/yolov7. Still you...

Latest code will print conf on best mF1 and print P R under iou50. Also default plot curves like yolov5. Also you can log infos you want near https://github.com/meituan/YOLOv6/blob/main/yolov6/core/evaler.py#L188

For now, we merge [PR](https://github.com/meituan/YOLOv6/pull/377) about recursive train/val folder, might alleviate the problem.