NanoDet-Plus v1.0.0
A stable version of NanoDet-Plus with PyTorch 1.x.
It requires pytorch-lightning>=1.9.0,<2.0.0 and torch>=1.10,<2.0.
What's Changed
- [Enhance]: Disable DDP when using a single GPU. by @RangiLyu in #369
- update version and readme by @RangiLyu in #370
- Update requirements.txt by @wwdok in #391
- [Feature]: Support print per class AP. by @RangiLyu in #395
- fix typo in README.md by @tuduweb in #397
- DEBUG: list type can not match cv2.mat by @Shawn-Tao in #423
- upgrade lightning version by @RangiLyu in #458
- Update README.md by @tpoisonooo in #438
- Fix demo libtorch error by @jedi007 in #420
- [Feature] Support timm backbones. by @RangiLyu in #399
- Add mem monitor and fix strategy by @RangiLyu in #462
- [Feature] Support tuning parameter-level optim hyperparameters. by @RangiLyu in #463
- [Feature] Support ignore boxes in nanodet head by @zero0kiriyu in #480
- Fixes a couple of issues to add fp16 training support by @RangiLyu in #488
- support lightning-1.9.0 by @RangiLyu in #489
- Implemented yolo dataset support by @cansik in #487
- bump version to 1.0.0 by @RangiLyu in #502
New Contributors
- @tuduweb made their first contribution in #397
- @Shawn-Tao made their first contribution in #423
- @tpoisonooo made their first contribution in #438
- @jedi007 made their first contribution in #420
- @zero0kiriyu made their first contribution in #480
- @cansik made their first contribution in #487
Full Changelog: v0.4.2...v1.0.0