henzler / neuraltexture

Learning a Neural 3D Texture Space from 2D Exemplars [CVPR 2020]
https://geometry.cs.ucl.ac.uk/projects/2020/neuraltexture/
MIT License
107 stars 20 forks source link

The direction of training in 3D #8

Open learingfish opened 2 years ago

learingfish commented 2 years ago

Hello, I am wondering if it is possible to train separate directions in 3D. I.e., you have a 3D texture that is different in three major axes, and you have different 2d pictures corresponding to each direction. Is there any way I can do that?

henzler commented 2 years ago

Yes, that would be possible.

You will need to adjust sampling the 2D slices for different 2D pictures accordingly here: https://github.com/henzler/neuraltexture/blob/95f2573f20d46b0bb5f67ae17c5c1cc3dc13343c/code/utils/neural_texture_helper.py#L78