Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
NanoDet-Plus v1.0.0.tar.gz | 2023-03-21 | 1.5 MB | |
NanoDet-Plus v1.0.0.zip | 2023-03-21 | 1.7 MB | |
README.md | 2023-03-21 | 2.5 kB | |
Totals: 3 Items | 3.2 MB | 1 |
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 https://github.com/RangiLyu/nanodet/pull/369
- update version and readme by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/370
- Update requirements.txt by @wwdok in https://github.com/RangiLyu/nanodet/pull/391
- [Feature]: Support print per class AP. by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/395
- fix typo in README.md by @tuduweb in https://github.com/RangiLyu/nanodet/pull/397
- DEBUG: list type can not match cv2.mat by @Shawn-Tao in https://github.com/RangiLyu/nanodet/pull/423
- upgrade lightning version by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/458
- Update README.md by @tpoisonooo in https://github.com/RangiLyu/nanodet/pull/438
- Fix demo libtorch error by @jedi007 in https://github.com/RangiLyu/nanodet/pull/420
- [Feature] Support timm backbones. by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/399
- Add mem monitor and fix strategy by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/462
- [Feature] Support tuning parameter-level optim hyperparameters. by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/463
- [Feature] Support ignore boxes in nanodet head by @zero0kiriyu in https://github.com/RangiLyu/nanodet/pull/480
- Fixes a couple of issues to add fp16 training support by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/488
- support lightning-1.9.0 by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/489
- Implemented yolo dataset support by @cansik in https://github.com/RangiLyu/nanodet/pull/487
- bump version to 1.0.0 by @RangiLyu in https://github.com/RangiLyu/nanodet/pull/502
New Contributors
- @tuduweb made their first contribution in https://github.com/RangiLyu/nanodet/pull/397
- @Shawn-Tao made their first contribution in https://github.com/RangiLyu/nanodet/pull/423
- @tpoisonooo made their first contribution in https://github.com/RangiLyu/nanodet/pull/438
- @jedi007 made their first contribution in https://github.com/RangiLyu/nanodet/pull/420
- @zero0kiriyu made their first contribution in https://github.com/RangiLyu/nanodet/pull/480
- @cansik made their first contribution in https://github.com/RangiLyu/nanodet/pull/487
Full Changelog: https://github.com/RangiLyu/nanodet/compare/v0.4.2...v1.0.0