NVlabs / intrinsic3d

Intrinsic3D - High-Quality 3D Reconstruction by Joint Appearance and Geometry Optimization with Spatially-Varying Lighting (ICCV 2017)
https://vision.in.tum.de/_media/spezial/bib/maier2017intrinsic3d.pdf
BSD 3-Clause "New" or "Revised" License
451 stars 80 forks source link

Using Window OS and VS 2013 #13

Closed chethanab16 closed 4 years ago

chethanab16 commented 4 years ago

Hi I am trying to compile intrinsic 3D using Windows OS and Visual studio 2013 and I compiled the AppKeyframes successfully in debug mode X64 but when I run the program it will create fusion folder but now extracted keyframes and the values of sensor_config and sensor_config_fille show Error reading characters of string as show in the attachment could some one could give some suggestion it would be helpful intrensic-3D_git9 intrensic-3D_git1

robmaier commented 4 years ago

I would assume that the path to sensor.yml and keyframes.yml is not correct here (when running from Visual Studio directly)? Either you adjust the path to the .yml files or you run it from command line directly in the data folder where the .yml files are.

chethanab16 commented 4 years ago

thankyou so much for your reply when i run .exe from command line directly I am getting the following message as shown in the 1. image and the path of the .ymlfiles as show in 2. image .

colud you please explain me more about how to adjust path or run it from command line directly in the data folder where the .yml files are.

intrensic-3D_git2

intrensic-3D_git3

robmaier commented 4 years ago

To be honest, this does not seem to be an issue related to Intrinsic3D specifically. Since this is hard to debug for me remotely, I would recommend you to ask some colleagues or friends for some debugging help. :)

chethanab16 commented 4 years ago

@robmaier in my previous comment, i run .exe from command line directly, but I hadn't passed -s=sensor.yml -k=keyframes.yml values and also it was appfusion.exe but when I pass run appkeyframes.exe then the following error occurred as in the images , about sensor.ymlsetting file which is similar when i run from visual studio directly , could you give me some suggestion . intrensic-3D_aookeyframes_16