StableViewSynthesis
StableViewSynthesis copied to clipboard
@ptc-lexvandersluijs Which version of python and which version of msvc did you use? When building on windows with VS2017/2019 linking fails with: ``` [1/1] cl .... /IMPLIB:D:\projects\StableViewSynthesis\ext\mytorch\build\temp.win-amd64-3.8\Release\ext_cpu.cp38-win_amd64.lib Creating library D:\projects\StableViewSynthesis\ext\mytorch\build\temp.win-amd64-3.8\Release\ext_cpu.cp38-win_amd64.lib...
Hi, I want to ask, Is it possible to produce video/mesh after running pretrained models? Thank you
I'm trying to compile the repo using CMake command but continuously getting the error like the Eigen3 module is not found so can anyone suggest me the solution? I'm using...
Hi, Thanks for the wonderful work. I was wondering about how you obtained your DTU ground truth meshes. Was it the same way you obtained them for tanks and temples?...
If I want to generate new views beyond my train and eval sets, how can I do that?Am I need to generate the cams parameters myself or is there any...
It was a great project and I wanted to test my own data,How should I reason about my data for this project. Looking forward to your reply
when trying to use SVS against my own data, I run into the following exception at the "create target images" stage:  The problematic key in question is "m2l_tgt_idx." What...
Hi, I would love to do some experiments with this fascinating work, but I'm having trouble getting the code to run. At first I tried on a MacBook Pro M1,...
g++ -pthread -shared -B /home/lab206/anaconda3/envs/pxy/compiler_compat -L/home/lab206/anaconda3/envs/pxy/lib -Wl,-rpath=/home/lab206/anaconda3/envs/pxy/lib -Wl,--no-as-needed -Wl,--sysroot=/ /home/lab206/lab206/king/Code/StableViewSynthesis/ext/mytorch/build/temp.linux-x86_64-3.8/ext_cuda.o /home/lab206/lab206/king/Code/StableViewSynthesis/ext/mytorch/build/temp.linux-x86_64-3.8/ext_kernel.o -L/home/lab206/anaconda3/envs/pxy/lib/python3.8/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-3.8/ext_cuda.cpython-38-x86_64-linux-gnu.so g++: error: /home/lab206/lab206/king/Code/StableViewSynthesis/ext/mytorch/build/temp.linux-x86_64-3.8/ext_kernel.o: no such file or directory...
Hi, I don't know if I miss anything, but I can't find anywhere in the paper how long time it takes to train the SVS model. What is the number...