mindyolo icon indicating copy to clipboard operation
mindyolo copied to clipboard

MindSpore YOLO series toolbox and benchmark

Results 93 mindyolo issues
Sort by recently updated
recently updated
newest added

## Environment ### Hardware Environment(`Ascend`/`GPU`/`CPU`): > Uncomment only one ` /device ` line, hit enter to put that in a new line, and remove leading whitespaces from that line: >...

bug

## Environment ### Hardware Environment(Ascend): Arm+D910B1 ### Software Environment: - **MindSpore 2.1.0**: - **Python 3.7.10**: - **EulerOS 2.0(SP10)**: ## Describe the current behavior 正常训练 ## Describe the expected behavior 训练报错,报错信息:...

bug

Corrupt JPEG data: 36 extraneous bytes before marker 0xd9 Corrupt JPEG data: 36 extraneous bytes before marker 0xd9 Corrupt JPEG data: 40 extraneous bytes before marker 0xd9 Corrupt JPEG data:...

bug

## Environment ### Hardware Environment(`Ascend`/`GPU`/`CPU`): > mindspore1.8.0-cann5.1.2-py3.7-euler2.8.3 ### Software Environment: - **MindSpore version (source or binary)**: - **Python version (e.g., Python 3.7.5)**: - **OS platform and distribution (e.g., Linux Ubuntu...

bug

我在用MindYOLO(YOLOv7)训练一个我自己的数据集,它一直卡在这个wanring,一直重复输出这个日志几个小时还没停。 ![image](https://github.com/mindspore-lab/mindyolo/assets/22465325/812b5fcd-d5bc-4bb9-9033-fe868db5c6d0) 用的是r0.1分支,mindspore版本号是1.9

## Environment ### Hardware Environment(`Ascend`/`GPU`/`CPU`): `/device cpu` ### Software Environment: - **MindSpore version (source or binary)**:2.0 - **Python version (e.g., Python 3.7.5)**:3.7.5 - **OS platform and distribution (e.g., Linux Ubuntu...

bug

完整的日志如下: (MindSpore) [ma-user mindyolo]$python train.py --config ./configs/yolov8/yolov8l.yaml 2023-07-13 16:47:25,258 [INFO] parse_args: 2023-07-13 16:47:25,258 [INFO] device_target Ascend 2023-07-13 16:47:25,258 [INFO] save_dir ./runs/2023.07.13-16.47.25 2023-07-13 16:47:25,258 [INFO] device_per_servers 8 2023-07-13 16:47:25,258 [INFO] log_level...

2.0上应该是这样? topk_metrics, topk_idxs = ops.topk(metrics, self.topk) # (b, n_gt, topk)

bug

**If this is your first time, please read our contributor guidelines:** https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md **Is your feature request related to a problem? Please describe.** A clear and concise description of what the...

rfc