Home

Awesome

ProposalFlow

Version 1.1 (9 May 2016)

Contributed by Bumsub Ham (bumsub.ham@inria.fr) and Minsu Cho (minsu.cho@inria.fr).

This code is written in MATLAB, and implements the ProposalFlow and its benchmark in [1]. For the PF dataset, see our project page: http://www.di.ens.fr/willow/research/proposalflow.

Usage #1: Benchmark for ProposalFlow

We use the PF dataset (included) to evaluate sparse and dense versions of ProposalFlow.

Dependencies

Setup & Run

Set the file path of these libraries in set_path.m and matching configulartion (object class, types and numbers of object proposals, and feature) in set_conf_WILLOW.m in ./PF-dataset-WILLOW-code/, and run

demo_BM_PF_WILLOW.m

Usage #2: Dense Flow Fiels

If you just want to compute dense flow fields such as SIFTFlow [2], run

./_demo-DenseFlow/demo_DenseFlow.m

Main functions

Others

Notes

@InProceedings{ham2016,
author = {Bumsub Ham and Minsu Cho and and Cordelia Schmid and Jean Ponce},
title = {Proposal Flow},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), IEEE},
year = {2016}
}

Changes

References

[1] B. Ham, M. Cho, C. Schmid, and J. Ponce, "Proposal Flow", IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016.

[2] C. Liu, J. Yuen, and A. Torralba, "Sift flow: Dense correspondence across scenes and its applications", IEEE Trans. Pattern Anal. Mach. Intell. (TPAMI), 2011.