Releases: ViCCo-Group/thingsvision
Releases · ViCCo-Group/thingsvision
v2.4.1
v2.3.18
v2.3.17
v2.3.14
v2.3
- 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
v2.2.23
v2.2.22
- added
output_type
option for choosing betweentorch.Tensor
andnp.ndarray
for type of returned features inextractor.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 forbackend="tf"
)
v2.2.21
- added
output_type
option for choosing betweentorch.Tensor
andnp.ndarray
for type of returned features inextractor.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"