Skip to content

Releases: mikkoim/dinotool

v0.3.0

01 Oct 14:04
d6c44dd

Choose a tag to compare

Features

  • DINOv3 support.
  • AM-RADIO support (requested in #2)
  • Support reading all PIL-compatible files (for example small geotiffs in .tif format).
  • Add printing all models with --models.
  • Add high-level class DinoToolModel (see docs/api_example.ipynb).

Fixes

  • Fixes #5
  • Fixes issue with LocalFeatures not being flattened when calling FeatureExtractor.

Other

  • Automated testing of all supported python versions.
  • Test all supported backbones with shortcut names.

v0.2.2

23 Jun 12:49
ea03f54

Choose a tag to compare

Changelog:

  • Fixes #3, issues in Windows when processing image folders using a more robust find_source thanks to @AntiLibrary5.
  • Fixes issues in Windows when processing video files and using ffmpeg. More readable error messages when ffmpeg is not installed.
  • Fixes FileNotFoundError related to using rm in a subprocess on Windows

v0.2.1

18 Jun 13:24
3df5b3b

Choose a tag to compare

Update README.md

v0.2.0

18 Jun 11:39
670ae23

Choose a tag to compare

Changelog:

Support for OpenCLIP/timm models like CLIP/SigLIP2
Image directory processing for images of varying sizes (batch processing with a fixed size
A lot of refactoring

v0.1.1

07 Apr 15:07

Choose a tag to compare

More lenient dependencies. Python 3.11 or 3.12 required

v0.1.0

07 Apr 10:30
5990e6f

Choose a tag to compare

First public version of DINOtool.