Skip to content
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

Merged
merged 6 commits into from
Oct 13, 2023
Merged

Copydays #29

merged 6 commits into from
Oct 13, 2023

Conversation

AnnaCharles
Copy link
Contributor

No description provided.

@@ -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/).
Copy link
Collaborator

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.
Copy link
Collaborator

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
Copy link
Collaborator

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?

@bmaz bmaz closed this Oct 13, 2023
@bmaz bmaz reopened this Oct 13, 2023
@bmaz bmaz merged commit 0143b13 into nrv:main Oct 13, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants