pyinat / naturtag

Tag your nature photos with iNat taxonomy and observation metadata
https://naturtag.readthedocs.io
MIT License
37 stars 4 forks source link

Automatically find and match observation photos using SSIM #268

Open JWCook opened 1 year ago

JWCook commented 1 year ago

This would be a feature to automatically match individual local photos to individual remote photos. If you already have a bunch of observations uploaded but not tagged, this would be a massive timesaver.

A basic implementation using an existing SSIM library would be manageable. Possible libraries:

Some preliminary tests are here: https://github.com/pyinat/naturtag/blob/ssim/test_ssim.py

Basic steps might look something like:

Notes: