Skip to content

How to train #2

@ctiennot

Description

@ctiennot

Hi,

First of all, thanks for this really clean and easy to read code. I tried to train the network using task.py but I have several questions:

  • are the pictures outputted in the "predict_refine_..." folders really validation pictures? I tested my trained net on other non seen pictures and the results are not as good (actually they are pretty bad).

  • If I got it right (and checking issue #[1]) the script trains everything together while in the paper the coarse network is trained first before training the fine network (and freezing the coarse predictions). Is that a big issue?

  • I haven't seen the data augmentation part (from section 3.4 in the paper) in the code, will it impact the results?

  • Finally, in task.py MAX_STEPS is set to 10000000 but I couldn't run this number of epoch (I went to 4140). How many of them is needed to get good results?

Best,

Clement

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions