|
|
|
|
@ -55,10 +55,11 @@ python dedup.py 0.jpg 1.jpg |
|
|
|
|
### Get more details on scores: |
|
|
|
|
This command will give more details: Matrix deviation score, Decomposed similarity, Combined similarity, and general score... |
|
|
|
|
``` |
|
|
|
|
python dedup.py 0.jpg 1.jpg scores |
|
|
|
|
python dedup.py 0.jpg 1.jpg -scores |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Linux Automated Directoy use: |
|
|
|
|
-forreal will move duplicate images into dups directory. |
|
|
|
|
``` |
|
|
|
|
./get_dups.sh . |
|
|
|
|
OR: |
|
|
|
|
|