Kazakuri
Kazakuri
What was the link you were trying to share? A link to something like `images.app.goo.gl` won't work because that's not a link to an image, just to a page that...
I believe he means running uploaded cover images through image optimization libraries such as [pngquant](https://github.com/kornelski/pngquant) or [MozJPEG](https://github.com/mozilla/mozjpeg) instead of just resizing them.
It looks to me like the `makeTensor` function is capable of resizing the thumbnails again after they're created. The `classifyImage` function in the indexer will always pass in the `tile_224`,...
Small info dump update since I had a bit more time to play around with this today. I was able to convert some models fairly successfully using [MMdnn](https://github.com/microsoft/MMdnn). An example...
I guess it sort of depends on what you and the other PhotoPrism devs want to do about custom / multiple models, but things like the changing model graph name...
Ah, that makes sense, yeah. When I was making this issue I did think of NSFW detection, but I was initially looking more towards models for hair color and gender...