Skip to content

Releases: ViCCo-Group/thingsvision

v2.4.1

09 Aug 09:12
Compare
Choose a tag to compare
  • fixed import issues with DINO models
  • improved unittests
  • enhanced modularity of codebase

v2.3.18

26 Jul 10:11
Compare
Choose a tag to compare
  • integrated DreamSim models into thingsvision
  • small changes to the codebase (more modularity)
  • minor refactors

v2.3.17

12 Jul 08:25
Compare
Choose a tag to compare
  • memory fixes

v2.3.14

30 Apr 10:36
Compare
Choose a tag to compare
  • adapted Command Line Interface (CLI) to the most recent changes in the library (see v2.3)
  • added automatic device checks

v2.3

06 Mar 12:26
3eb634d
Compare
Choose a tag to compare
  • added possibility to easily extract features from harmonized models from the Harmonization repo
  • added various DINO models to the available ssl models
  • fixed dependency issues for custom models

v2.2.24

24 Feb 09:51
Compare
Choose a tag to compare
  • added tests for custom model extractor and refactored torch and tensorflow extractor classes

v2.2.23

22 Feb 10:03
944efb9
Compare
Choose a tag to compare
  • added various DINO SSL models to thingsvision (weights retrieved from torch.hub)

v2.2.22

17 Feb 14:35
Compare
Choose a tag to compare
  • added output_type option for choosing between torch.Tensor and np.ndarray for type of returned features in extractor.extract_features(...) for substantial speed-ups during the extraction process (moving tensors to CPU is costly which is why we want to avoid it wherever possible)
  • note that the above is only possible for backend="pt" (not for backend="tf")

v2.2.21

15 Feb 10:02
Compare
Choose a tag to compare
  • added output_type option for choosing between torch.Tensor and np.ndarray for type of returned features in extractor.extract_features(...) for substantial speed-ups during the extraction process (moving tensors to CPU is costly which is why we want to avoid it wherever possible)
  • note that the above is only possible for backend="pt"

v2.2.18

18 Jan 14:05
97696f9
Compare
Choose a tag to compare
  • memory issue fixes
  • abstract base class
  • removed mixin classes