liyunsheng13 / BDL

MIT License
222 stars 30 forks source link

Question about translation model (F) #55

Open juhha1 opened 8 months ago

juhha1 commented 8 months ago

Hi, thanks for your great paper + code! It's very interesting way of solving the problem. I want to try your method on my custom dataset, but I have one question about translation network (denoted as F in the paper).

It seems like there is no translation network used in BDL.py, and translated images are given in downloadable link. If we want to apply custom dataset using this framework, how can we generate translated image using network F? Is F trained separately and M is trained using translated image?

Again, thanks for your interesting paper + code.