Releases: zjykzj/SimpleIR
Releases · zjykzj/SimpleIR
UPDATE
Completely different refactoring implementation:
- The engineering architecture is reconstructed, including data loading and reasoning modules.
- The image retrieval function is modularized, which is divided into feature extraction, feature retrieval and feature evaluation
New
Add MobileNetV3
chore(version): v0.5.3 * New features 1. feat(models): add mobilenet_v3_large / mobilenet_v3_small. [5afd5a457](https://github.com/zjykzj/SimpleIR/tree/5afd5a457c641bd999cc8ac0dfd390c2c8d051ed) * Bug fixes * Breaking changes
First Release
chore(version): v0.5.1 * New features * Bug fixes 1. fix(resnet.py): fix ResNet forward() use. [a1b55b6](https://github.com/zjykzj/SimpleIR/tree/a1b55b6ac183600aaeb0f1aea215592e849cc047) * Breaking changes