Loader for joint training
We use separate loader for each network. I combined the code, but do i need to fix the loader to bring materials for each network?
yeah, input is the image, load the wc ground-truth, and bm ground-truth.
What about the alb? I thought alb is also used for recon_loss in texture mapping network. Also, just make total loss 0.5 * wc_loss + 0.5 * bm_loss and back propagate. Right?
Can you provide the code for joint training, thank you very much !
Sorry for delaying this, will try to do this by the weekend. You can also do it pretty easily, just combine two training codes and rename the variables accordingly. In case you do it, you're welcome to open a pull request, I'll verify & merge.
I have merged, ok, today I will submit it
Can the code of joint training be released?
What about the alb? I thought alb is also used for recon_loss in texture mapping network. Also, just make total loss 0.5 * wc_loss + 0.5 * bm_loss and back propagate. Right?
hi, could you please tell me if this way works: just make total loss 0.5 * wc_loss + 0.5 * bm_loss and back propagate so many thx~