geometry-free-view-synthesis icon indicating copy to clipboard operation
geometry-free-view-synthesis copied to clipboard

Is a geometric model required to synthesize novel views from a single image?

Results 11 geometry-free-view-synthesis issues
Sort by recently updated
recently updated
newest added

Hi @pesser , What is the minimum GPU VRAM required for training on the RealEstate10K dataset?

Hi, Could you share the Rel10K training images for the first stage training? We would like to train a different first stage model with the identical training data for fair...

hello, when i run pip install geometry-free-view-synthesis, proper version of splatting seems missing, ![image](https://user-images.githubusercontent.com/25030528/119769319-d7fa5a80-beec-11eb-9793-348c741f392e.png) ![image](https://user-images.githubusercontent.com/25030528/119769343-e183c280-beec-11eb-952c-2588050bb112.png) Any suggestion about this problem?

I notice that in the multiembedder, the inverse intrinsic matrix is also included. Since this information should be already determined by K, why is this also used? Did you notice...

![image](https://user-images.githubusercontent.com/38683587/135946674-bd897892-8e2b-42a9-82f4-34818061e7bb.png)

when using colmap to generate the new data. https://github.com/CompVis/geometry-free-view-synthesis/blob/00dc639c98dfb9246bee0009649c5be8f8b58e1e/scripts/sparse_from_realestate_format.py#L185 create empty data. But in the training code, there are many parts need to process this empty data. Why? And could...

I am trying to understand the code and had one query about the dataloading in acid and real estate 10k dataset. I will try explaining it using the [acid dataset...

Hi! - added installation `timm` to `setup.py` that was mentioned in #6 - prettified `braindance.ipynb` notebook (according to pep8 style). Tested in colab env.

During the collab demo running, I stuck with this problem. Can I do something with it? ``` Downloading: "https://github.com/intel-isl/MiDaS/archive/master.zip" to /root/.cache/torch/hub/master.zip --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in ()...