Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

Is it a zip corresponding to a type of 3D model #16

Open Dragonkingpan opened 1 year ago

Dragonkingpan commented 1 year ago

A very impressive job. I saw in the explanation that there are two stages: training and testing, and in the provided trained file names, the trained model files all have an item name, such as "car", "chair", etc. May I ask if the method of our paper is to train a model for each type of item to generate a new model? I think this is a good idea, and I would also like to ask if it is possible to use the training code to train the model of the object I want, such as a robot. Thank you.

Lakonik commented 1 year ago

Hi! While the presented models are all trained on single-category datasets, SSDNeRF could also generalize to multi-category datasets (preferably with additional unet conditioning). There's no hard limit on what types of models you can train on.