neuraltexture icon indicating copy to clipboard operation
neuraltexture copied to clipboard

Learning a Neural 3D Texture Space from 2D Exemplars [CVPR 2020]

Results 9 neuraltexture issues
Sort by recently updated
recently updated
newest added

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...

hi I was trying to download pretrained models that you guys provided but the access was denied. I was wondering if you guys limited the downloading on purpose and not...

Hi @henzler, **Have you tested training new models on PyTorch versions newer than 1.4?** I am doing a follow-up work based on this project and I have noticed that the...

Hi, When I try to train on a new dataset, it fails with the following error. ```sh [PYTHON_ENV_PATH]/neuraltexture/bin/python -u [PROJECT_ROOT]/code/train_neural_texture.py [PYTHON_ENV_PATH]/lib/python3.8/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym...

Hi, Implementation of solutions suggested by @tportenier in #1 as fixes for #1 and #2.

First of all, this is great work, amazing! While playing around with your code I encountered an issue relating to the synthesis of interpolated samples. First of all, `s_neural_texture.py line...

Hi, I read the paper, and it is said you can generate 3D texture. But in the code, I only found the normal 2D image, stripe and zoom and interpolation....

Hi there @henzler @madhawav I cloned the repo as is and only made the changes mentioned in this [pull request](https://github.com/henzler/neuraltexture/pull/4) I also got the weights as mentioned in the shell...

Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...

dependencies