Releases: mikkoim/dinotool
Releases · mikkoim/dinotool
v0.3.0
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
Changelog:
- Fixes #3, issues in Windows when processing image folders using a more robust
find_sourcethanks to @AntiLibrary5. - Fixes issues in Windows when processing video files and using
ffmpeg. More readable error messages whenffmpegis not installed. - Fixes
FileNotFoundErrorrelated to usingrmin a subprocess on Windows