-
Perceptual hashing is already implemented, all we need is a user interface and maybe an easy way to merge multiple files into one photo.
-
https://researchportal.port.ac.uk/portal/files/4474930/Real_time_Visual_Tracking_Based_on_Improved_Perceptual_Hashing_Revised_.pdf
And take a look at feature extraction and feature tracking.
-
There has been a bit of discussion on Discord about scene hashing, and I'd like to get my head around how people would expect it to work in the central db.
Stash currently uses MD5 hashing (via `cr…
-
Images are being center cropped when resized before calculating hash. The sharp lib docs state that [`resize`](http://sharp.dimens.io/en/stable/api-resize/#resize) center crops images.
The solution…
-
We currently use md5 to hash the images. We want to switch to something more lightweight or to something more useful than md5
Different Options:
oshash: Turns out oshash has a minimum file size …
-
use modern hashing algos for photos:
- phash
- etc
---
# Enhance image hashing with modern algorithms in hash.go
## Description:
Improve the robustness of image hashing in `hash.go` by implement…
-
I'm trying to use phash across different programming languages. For that purpose I consider the hashes produced by the python libraries https://github.com/thorn-oss/perception and https://github.com/J…
-
- Send match request data as jpeg instead of png (canvas.toDataURL() supports this)
-
We can use a AI Service for this.
We train a model everytime a new image is uploaded, but its only scheduled per 2 hours to train from the entire collection or just what got uploaded new.
- Pos…
sr229 updated
4 years ago
-
I am trying to sync my google zip file with ente. I tried it to 2 years back #ente-io/photos-web/issues/243 and had problems.
So turn out that it every time created new file. Now I have 2 or 3 dupli…