texture_fields icon indicating copy to clipboard operation
texture_fields copied to clipboard

This repository contains code for the paper 'Texture Fields: Learning Texture Representations in Function Space'.

Results 6 texture_fields issues
Sort by recently updated
recently updated
newest added

I want to generate new data to train this network, may I ask what renderer do you use when rendering the depth maps?

Thanks for the interesting work. In the repo, the demo script `python generate.py configs/singleview/texfields/car_demo.yaml ` just generates images. What about if I want to generate textured mesh from a given...

Hi, I was going through your code. I found that you guys are using depth maps and back-project them to 3d locations (x, y, z). I am wondering why do...

Hi i was running the code on google colab and finding the defualt code is for gpu computation power, any instructions to run on CPU? Thanks in advance.

Hi, I would like to check the estimated number of epochs or iterations for training conditional, GAN, and VAE models, as I found that the both n_epochs and exit_after are...

Hi, does the code support the export of the final mesh and learned texture in any format, and not only rendered images of the the colored model?