source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/README @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 1.2 KB
Line 
1See:
2license.m,
3LearningCode/README
4
5Version 0.1
6
7Running OneShot3dEfficent the First Time
8----------------------------------------
9
10-Add the line "addpath(genpath('../ec2/bin/mex'));" to LearningCode/InitialPath.m, if it is not already there
11-start matlab
12-cd to LearningCode
13-Run InitialPath
14-Run "OneShot3dEfficient("input_image_name.jpg", "output_dir")
15
16
17
18
19A few points to note:
201.  The code will not run out of the box.  Therefore, unless
21    you have read the ICCV-3dRR paper, it would be hard to
22    make it run.
232.  This code may differe from the one used for experiments
24    in ICCV-3dRR.
253.  (For our recent submission for ICCV-3dRR + ICCV-vrml + NIPS
26    workshop on grammar of vision work, to IEEE-PAMI, please email us.)
274.  For understanding the optimization used for learning and inference
28    in the paper (minimization of L1 norms), please first see:
29    http://www.stanford.edu/class/ee364a/lectures.html
30    (lecture 4 on convex optimization problems)
31    before emailing us.
32
33
34
35Useful links:
36http://make3d.stanford.edu/publications
37http://make3d.stanford.edu/publications/code
38http://make3d.stanford.edu/publications/faq
39http://make3d.stanford.edu/publications/contact
Note: See TracBrowser for help on using the repository browser.