From 15368392d625cc27376acc2f5a9cd0b4e517e955 Mon Sep 17 00:00:00 2001 From: Holger Caesar Date: Thu, 4 Aug 2016 12:24:25 +0100 Subject: [PATCH] Updated readme to list Selective Search and Datasets as dependencies --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0ac7e7..4674c74 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,12 @@ Copyrights by Holger Caesar and Jasper Uijlings, 2015-2016. - **What's the point: Semantic segmentation with point supervision** by Bearman et al., ECCV 2016 \[5\] (only implemented the image-level supervision) **Dependencies:** -- **MatConvNet**: beta20 (http://github.com/vlfeat/matconvnet) -- **MatConvNet-FCN**: (http://github.com/vlfeat/matconvnet-fcn) +- **MatConvNet:** beta20 (http://github.com/vlfeat/matconvnet) +- **MatConvNet-FCN:** (http://github.com/vlfeat/matconvnet-fcn) +- **Selective Search:** for Fast R-CNN and E2S2 (http://koen.me/research/selectivesearch/) +- **Datasets:** + - SIFT Flow (http://www.cs.unc.edu/~jtighe/Papers/ECCV10/) + - PASCAL VOC 2010 (http://host.robots.ox.ac.uk/pascal/VOC/voc2010/) **Installation:** - Install Matlab and Git