New Features:
- Add RT-DETR by `illian01` and `hglee98` in [PR 490](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/490), [PR 491](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/491), [PR 494](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/494), [PR 498](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/498#pullrequestreview-2234711140), [PR 500](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/500), [PR 507](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/507), [PR 501](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/501)
- Add Objects365 dataset auto downloader by `hglee98` in [PR 482](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/482)
- Add ResNet model parameters to support various form by `illian01` in [PR 497](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/497), [PR 523](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/523)
- Add RandomIoUCrop, RandomZoomOut augmentation by `hglee98` in [PR 504](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/504)
- Add MobileNetV4 backbone by `illian01` and `hglee98` in [PR 516](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/516), [PR 520](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/520), [PR 526](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/526)
- Add gradient clipping feature by `hglee98` in [PR 506](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/506#pullrequestreview-2262064548)
- Enabled to control `ToTensor` and `Normalization` through config file by `illian01` in [PR 522](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/522)
- Enable to set onnx opset version through config file by `illian01` in [PR 525](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/525)
Bug Fixes:
- Fix handling error in case of error occured in first epoch by `illian01` in [PR 493](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/493)
- Fix error in FLOPs computation by `illian01` in [PR 499](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/499)
Breaking Changes:
No changes to highlight.
Other Changes:
- Update pi 4b deployment benchmark by `illian01` in [PR 492](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/492)
- Clamp bbox for detection dataset loading by `hglee98` in [PR 503](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/503#pullrequestreview-2247173939)
- Combine requirements and requirements-optional by `illian01` in [PR 517](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/517)