Reproducing ECCV 18 plots
una-dinosauria opened this issue · 0 comments
una-dinosauria commented
This is a meta-issue of #26
We want to make it easy for people to reproduce our main results. These are the things that are missing for push-button reproducibility.
- Make sure code works on Julia 1.0
- Add a flag to use the GPU or use CPU only
- Expose flag to choose codebook update method for LSQ/LSQ++
- Homogeneize API of GPU and CPU methods (currently they are methods with different names)
- Make demo code return and save time spent (currently only returns and saves results)
- Add plotting code