happylun / SketchModeling

Source code for the Sketch Modeling project: reconstruct a 3D shape from line drawing sketches.
https://people.cs.umass.edu/~zlun/papers/SketchModeling/
GNU General Public License v3.0
142 stars 49 forks source link

Fusion part #11

Open bharadwajdhornala opened 4 years ago

bharadwajdhornala commented 4 years ago

Hi @happylun, I am testing this code using another dataset. I have completed the Network part. I have doubt in the Fusion part.

ReconstructMesh.exe 1 FS ./CharacterDraw/hires/m1/ ./CharacterDraw/output/images/m1/ ./CharacterDraw/output/reconstruct/m1/ ./CharacterDraw/view/view.off
What do each bold line indicate? I have assumed and replaced them with my dataset accordingly. But cannot understand the second line. ReconstructMesh.exe 1 FS **./SketchModeling/zhaoliang_lun_trainingdata/Airplane/sketch/02691156/1a04e3eab45ca15dd86060f189eb133

./SketchModeling/zhaoliang_lun_trainingdata/Airplane/dn/02691156/1a04e3eab45ca15dd86060f189eb133
./SketchModeling/zhaoliang_lun_trainingdata/Airplane/view/view.off**

Please guide. Thanks!!

happylun commented 4 years ago

Hi, please see this README for a description for each argument: https://github.com/happylun/SketchModeling/tree/master/Fusion#command-line-arguments

For the bold line you highlighted, those correspond to: sketch_folder, map_folder, result_folder and view_point_file

bharadwajdhornala commented 4 years ago

ReconstructMesh.exe 1 FS ./SketchModeling/zhaoliang_lun_trainingdata/Airplane/sketch/02691156/1a04e3eab45ca15dd86060f189eb133 ./SketchModeling/zhaoliang_lun_trainingdata/Airplane/dn/02691156/1a04e3eab45ca15dd86060f189eb133 ./SketchModeling/zhaoliang_lun_trainingdata/Airplane/dn/results ./SketchModeling/zhaoliang_lun_trainingdata/Airplane/view/view.off

My working directory is $ ./SketchModeling/results . I have followed your commands, but I didn't get any points.ply.

happylun commented 4 years ago

Is there any error in the command line output? Also the fusion results will be saved to the result folder indicated by your command line argument which is: ./SketchModeling/zhaoliang_lun_trainingdata/Airplane/dn/results Did you see anything in that folder?

bharadwajdhornala commented 4 years ago

No, there is nothing in that folder.