Open bharadwajdhornala opened 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
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.
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?
No, there is nothing in that folder.
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!!