StableViewSynthesis
StableViewSynthesis copied to clipboard
Hi there! I'm trying to install SVS on Windows 10 using python setup.py build_ext --inplace but got the following error (det38) C:\Users\Admin\StableViewSynthesis\ext\mytorch>python setup.py build_ext --inplace generate generated\map_to_list_nn_cpu.cpp generate generated\map_to_list_nn_cuda.cpp generate...
I am having trouble with the following requirements: - torch-scatter (1.6) - torch-sparse (1.6) - torch-geometric (1.6) - torch-sparse (1.6) "torch-sparse" is mentioned twice in README.md; I suppose this is...
Hi, Thanks for uploading the code, I tried to run the evaluation script by following the readme: python exp.py --net resunet3.16_penone.dirs.avg.seq+9+1+unet+5+2+16.single+mlpdir+mean+3+64+16 --cmd eval --iter last --eval-dsets tat-subseq and got the...
Hi, can you provide a script for preparing a custom dataset? The current script `create_data_own.py` does not contain the generation of `delaunay_photometric.ply`. Thank you!
What command-line arguments are to be used to only finetune the given scene-agnostic network for a custom dataset?
Hi, I am trying to do a leave-one-out rendering for the input cameras, I have been doing it this way: In this line https://github.com/intel-isl/StableViewSynthesis/blob/main/experiments/dataset.py#L263 I am adding a nbs.remove(idx) before...