Skip to content

Releases: zjykzj/SimpleIR

UPDATE

26 Jul 11:59

Choose a tag to compare

UPDATE Pre-release
Pre-release

Completely different refactoring implementation:

  1. The engineering architecture is reconstructed, including data loading and reasoning modules.
  2. The image retrieval function is modularized, which is divided into feature extraction, feature retrieval and feature evaluation

New

31 May 13:09

Choose a tag to compare

New Pre-release
Pre-release
chore(version): v0.8.3

* New features
  1. build(python): upgrade zcls2 ~= 0.4.4 to zcls2 ~= 0.4.5. 00b7ff9cb3
  2. perf(extractor.py): add prefetcher use and update typing hints. 8de4978f1
* Bug fixes
* Breaking changes

Add MobileNetV3

12 May 12:53

Choose a tag to compare

Add MobileNetV3 Pre-release
Pre-release
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

10 May 14:21

Choose a tag to compare

First Release Pre-release
Pre-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