David Starkweather

Results 10 comments of David Starkweather

Not quite that simple. Apparently, there's an error (at least, in my case). When doing: `M-x pyvenv-workon RET yourenv RET` There is this message: Can’t find a workon home directory,...

This project is no longer being maintained. But here is a new version. It is not just a fork, but a complete redo. https://github.com/starkdg/phash

@bushnell , I think you'll admit those are fairly minor commits. I just cleaned it up a bit and added some unit tests. I would have added it here, but...

@obushnell I apologize. I thought you owned the repos. No need to include a link or officially declare it dead. I thought I was just stating the obvious, but people...

More information on phashml can be found here: phash.dev

pHashML can be found here: https://github.com/starkdg/pyphashml phash.dev is down right now, but should be up later. There is a blog post explaining the phashml descriptor. The convnet phashml was just...

ithanwu, It uses Tensorflow v1.15. As I understand it, it should recognize the card installed on your system. When you run the program to calculate the phash, you should be...

Hi, The imgscoutclient program depends on the phash library [phash](https://github.com/starkdg/phash) to create image fingerprints of the images. I'm sorry, I guess I forgot to list that in the README.md. When...

The key is just the redis key to the native data strucdture that stores the hashvalues for the images. Just pick one, like "images". It will be the same for...

I see you're trying to do a lot here. Let me take it one at a time here: - the id is optional. If you don't provide it on the...