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

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

Added original make3d

File size: 1.0 KB
Line 
1
2This folder contain function to perform the learning and inference of
3the single view 3d Reconstruction task
4
5Procedures
6-----
71) Run script "InitialPath" to initial the path including all function
8
92) Execute function OneShot3Defficient with following arguments:
10
11Modules
12------
13Features:
14Include any function that performs feature calculations
15
16Learning:
17Include any function that performs learning
18
19DataProcess:
20Include any function that prepares the Data for learning or others
21
22Inference:
23Include any function that performs inference
24
25Rendering:
26Include any function that performs rending the 3d model
27(Now using VRML directly)
28
29Debug:
30function still in Debug state.
31
32Research_UnsuccessfulAbandoned:
33function that not need now
34
35Unknow:
36UnIdentified file temproary storage place
37
38Useful:
39Short m function that used frequently
40
41
42
43MakeFile
44------
451) ./third_party/Superpixels/SourceCode/segment/segmentImgOpt.cpp
46
472) ./LearningCode/Debug/SparseAverageSample2DOptimized.c
48
493) ./LearningCode/Debug/WrlFacestHroiReduce.cpp
50
514) ./LearningCode/Debug/SupRayAlign.cpp
52
53
Note: See TracBrowser for help on using the repository browser.