What's Changed
- Add IoU custom operators example on GPU by @panshaowu in #194
- Add YOLOv8x Segmentation by @zhanghuiyao in #196
- Update predict.py so that it can support verious platforms by @Linorman in #198
- fix yolov8x-seg bug by @zhanghuiyao in #197
- Detection task adapt new data processing by @yuedongli1 in #200
- Modify simple use cases in model definition by @yuedongli1 in #205
- fix detection label visualization by @yuedongli1 in #208
- fix meshgrid in version 2.1 by @Ash-Lee233 in #211
- fix yolov8-seg non-overlap data format bug by @zhanghuiyao in #209
- fix data.utils.segment2box bug by @zhanghuiyao in #215
- add mindspore native graph infer & onnx runtime infer engine by @ltcs11 in #216
- modify _clip_coords to in-place operation by @yuedongli1 in #220
- modify links of document by @yuedongli1 in #225
- add issue template by @Ash-Lee233 in #223
- fix OOM of run_eval mode by @Mark-ZhouWX in #248
- fix single label error by @dwdcth in #231
- add finetune_visdrone by @huilin16 in #244
- fix yolox yaml by @yuedongli1 in #255
- fix hw_scale keyerror by @yuedongli1 in #257
- fix setup.py by @zhanghuiyao in #264
- fix np.int by @yuedongli1 in #269
- delete help_url by @yuedongli1 in #286
- delete device_per_servers, only used for log by @yuedongli1 in #289
- avoid forced update for yolov8s by @yuedongli1 in #291
- fix yolox_loss num_class to nc by @yuedongli1 in #293
- limit ci numpy version by @yuedongli1 in #297
- use GE backend for graph mode by @Ash-Lee233 in #296
- Revert "use GE backend for graph mode" by @Ash-Lee233 in #299
- add jit config level O2 for training scripts by @WongGawa in #302
- avoid forced update for yolov8n by @WongGawa in #305
- fix docs deploy by @yuedongli1 in #316
- Car_detection_example by @guluguluhhhh in #315
- update mindyolo readme by @WongGawa in #317
- avoid force update for yolov8l yolov8m yolov8x by @WongGawa in #328
- docs: refactor doc files to present better doc pages by @ChongWei905 in #334
- fix yolo data iteration error by @Ash-Lee233 in #341
- fix relative problem in readme by @WongGawa in #332
- fix yolov7's MaxPool2d's bug by @WongGawa in #346
- adjust to msrun command by @WongGawa in #355
- add finetune single_class_dataset by @yuedongli1 in #351
- add scale for loss hyps by @yuedongli1 in #357
- Revert "fix yolov7's MaxPool2d's bug" by @CaitinZhao in #359
- fix yolov7's MaxPool2d's bug by @WongGawa in #361
- fix yolov7's MaxPool2d's bug by @WongGawa in #364
- update deploy readme and scripts by @vigo999 in #366
- add version info for examples by @yuedongli1 in #368
- fix difference bewtween high version albumentations by @WongGawa in #376
- fix scale for loss hyps by @yuedongli1 in #374
- fix yolov8x-segment bug by @yuedongli1 in #378
- fix yolox attribute error by @yuedongli1 in #383
- update readme for ms2.3.1 by @WongGawa in #381
- add carparts seg example by @WongGawa in #387
- add version info for examples by @yuedongli1 in #379
- add yolov9 by @yuedongli1 in #389
- support yolov5 1280p by @WongGawa in #386
- Feature: support yolov10 by @WongGawa in #372
- fix is_coco_dataset judgment condition by @yuedongli1 in #399
- remove gpu's description in md by @WongGawa in #401
- add readme for converting to mslite mindir file by @zangqx-2024 in #403
- improve yolo performance by @WongGawa in #409
- fix pages bugs by @WongGawa in #410
- predictr v10 without running nms by @WongGawa in #412
- Update predict.py for support v9\v10 by @WongGawa in #423
- fix sample['segments'] bug by @WongGawa in #429
- update readme for ms2.5.0 by @WongGawa in #431
- add yolo11 by @yuedongli1 in #432
- add yolo11 by @yuedongli1 in #434
- align master to 0.5.0 by @Ash-Lee233 in #436
- update set_context API for ms2.5 version by @Ash-Lee233 in #435
- fix set_device twice bug by @Ash-Lee233 in #438
New Contributors
- @Linorman made their first contribution in #198
- @ltcs11 made their first contribution in #216
- @dwdcth made their first contribution in #231
- @huilin16 made their first contribution in #244
- @guluguluhhhh made their first contribution in #315
- @ChongWei905 made their first contribution in #334
- @vigo999 made their first contribution in #366
- @zangqx-2024 made their first contribution in #403
Full Changelog: v0.2...v0.5.0