scrubbbbs

Results 361 comments of scrubbbbs

1. `cbird -similar` compares everything 2. `cbird -select-*. -similar-to @` compares selected set to everything 3. `cbird -select-* -similar-in @` compares selected set to itself > For instance, I want...

> I like this one. The only thing that could make it better is making sure that the file with the largest resolution and file size is the first image....

select-grid takes a file list. If the files don't exist it was doing odd things. I just committed a few changes to make it work like select-files. The syntax remains...

DCT is pretty good for resized and color adjusted but won't get them all. For cropped images you need `fdct` (DCT of features) or `orb` (rotation-invariant features hash). Features are...

> This is happening with a build from the newest commit. Should I open a new issue? You probably already figured this out, but it looks like you used "@"...

In the current git version, to be more clear... `cbird -use -select-grid [path1] ... [pathN] -p.alg video -similar-to @ -show` Where is any file or directory path. Note you can...

> What am I doing wrong? No idea. I compiled 2b24e1c and it works for me. Is that the complete output? I get something similar if the file screengrab.jpeg does...

Have you tried using `-select-files -show` to see if that works? That command is doing the same thing as select-grid. Maybe has something to do with docker container. Does the...

I have to admire your persistence, good job! The source line you found (if it was the branch taken) could mean the image format is unsupported. Maybe it is not...

> p.vtrim that option doesn't work correctly. Even when I use it, (-show) the blank screens on both sides still appear. I've tried various values, ranging from 100 to 3000,...