You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a quick test, you can use the precomputed scores instead. In matlab, from the rOSD folder, run
set_path; run_proposals;
Download the scores and put them in data/vocx_cnn by class, then from the rOSD folder, run
set_path; run_rOSD;
Citations
@INPROCEEDINGS{Vo20rOSD,
title = {Toward unsupervised, multi-object discovery in large-scale image collections},
author = {Vo, Huy V. and P{\'e}rez, Patrick and Ponce, Jean},
booktitle = {Proceedings of the European Conference on Computer Vision ({ECCV})},
year = {2020}
}
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
The code for Probabilistic Hough Matching (PHM) algorithm is taken from the project page of the paper "Unsupervised Object Discovery and Localization in the Wild".
We use MatConvNet for running neural networks on Matlab.
This work was supported in part by the Inria/NYU collaboration, the Louis Vuitton/ENS chair on artificial intelligence and the French government under management of Agence Nationale de la Recherche as part of the “Investissements d’avenir” program, reference ANR19-P3IA-0001 (PRAIRIE 3IA Institute). Huy V. Vo was supported in part by a Valeo/Prairie CIFRE PhD Fellowship.
About
[ECCV 2020] Official Matlab implementation of rOSD: Toward unsupervised, multi-object discovery in large-scale image collections.