facebookresearch / neuralvolumes

Training and Evaluation Code for Neural Volumes
Other
423 stars 53 forks source link

How Can I train and render a Person Image #9

Closed LuanDalOrto closed 2 years ago

LuanDalOrto commented 2 years ago

Hi my name is Luan I am trying to render a Person Image but I am not being able to run can you create and for me a folder with the Setting setup to use a person image? Thank you.

stephenlombardi commented 2 years ago

Hi Luan, are you trying to train the model on your own dataset? For that you'll need to write a custom class extending the PyTorch Dataset interface (see https://github.com/facebookresearch/neuralvolumes/blob/main/data/dryice1.py for an example of a custom Dataset implementation that you can follow).

If you're just trying to render some of the pre-trained data, unfortunately this release does not contain training data with humans in it.