How to train illumination_net and brdf_ae?
Woolseyyy opened this issue · 2 comments
According to the code and paper, illumination_net and brdf_ae are trained before training nerual_pil. The repo do have train_illumination_net.py and train_brdf_ae.py, but I didn't find the data to train them.
What's the dataset of illumination_net and brdf_ae training? Besides, it would be great if there is some guide of illumination_net and brdf_ae training in README.
Luckily, I found the supplementary_material that described the detail design and training of the two networks. However, still look forward to some guide and script of train them.
Luckily, I found the supplementary_material that described the detail design and training of the two networks. However, still look forward to some guide and script of train them.
Did you train the model in your own datasets? I just train the "train_neural_pil" on my own datasets and the effects are not very good. After reading your question, I think the bad outputs may be resulted by other two untrained model. Could you tell me any information about your training result?
By the way, the reason why I don't train other two model at first is that I think training "train_neural_pil" will cover the training of others. It is just a raw thought. I haven't studied the codes in details yet.