nv-tlabs/DIB-R

Model for inference

Opened this issue · 9 comments

Hi,

Thanks for the excellent paper!

Just wondering where is the example model for inference?

Also, is there a template that lists the format of "test_list.txt"?

Thanks,

Also, is there a component through which we can train own models?

Thanks!

same question

What is the format of test_list.txt?

The test_list.txt has the same format as pixel2mesh:

https://github.com/nywang16/Pixel2Mesh/blob/master/Data/test_list.txt

Thanks for both replying to me :) I seem to be missing a pretrained model, or checkpoint path... is this also the same as pixel2mesh? If you have time could you provide one if it isn't?

You can use Kaolin to train a model: https://github.com/NVIDIAGameWorks/kaolin/tree/master/examples/ImageRecon/Dib

How can I train it on my own data of images?

Thanks for both replying to me :) I seem to be missing a pretrained model, or checkpoint path... is this also the same as pixel2mesh? If you have time could you provide one if it isn't?

I've met the same problem... Have you deal with it now? If yes, could you please tell me how to make it?

rgxie commented

Thanks for both replying to me :) I seem to be missing a pretrained model, or checkpoint path... is this also the same as pixel2mesh? If you have time could you provide one if it isn't?

I've met the same problem... Have you deal with it now? If yes, could you please tell me how to make it?

I've met the same problem...have no pretrained model, have you got it now?