-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copydays #29
Copydays #29
Conversation
@@ -103,56 +112,38 @@ pimmi clusters --config-path my_pimmi_conf.yml dataset1 | |||
``` | |||
|
|||
## Test on the Copydays dataset | |||
You can find the dataset explanations [here](https://lear.inrialpes.fr/~jegou/data.php#copydays). Unfortunately, the data files are not available anymore, you can get them from [web archive](http://web.archive.org/web/20181015092553if_/http://pascal.inrialpes.fr/data/holidays/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link is broken, please use https://web.archive.org/web/20170325224315/https://lear.inrialpes.fr/people/jegou/data.php#copydays
So the first paragraph should explain that everything is on web archive
README.md
Outdated
│ └───75 | ||
└───strong | ||
└───jpegqual | ||
└───copydays_strong | ||
``` | ||
|
||
You can then play with the different parameters and evaluate the results. If you want to loop over several parameters to optimize your settings, you may have a look at eval_copydays.sh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the README should mention that eval_copydays.sh and copydays_groundtruth.py are in the "script" folder in the github repo. So anyone who wishes to reproduce the results should clone the repo.
README.md
Outdated
pimmi --sift-nfeatures 1000 --index-type IVF1024,Flat fill images/ my_index_folder | ||
pimmi --query-sift-knn 1000 --query-dist-ratio-threshold 0.8 --index-type IVF1024,Flat query images my_index_folder -o result_query.csv | ||
pimmi --index-type IVF1024,Flat --algo components clusters my_index_folder result_query.csv -o clusters.csv | ||
python ../scripts/copydays_groundtruth.py images/ clusters.csv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why ../scripts instead of scripts?
No description provided.