segaware icon indicating copy to clipboard operation
segaware copied to clipboard

How to train embedding network

Open jinde-liu opened this issue 7 years ago • 1 comments

I have found that the code only contains the part for test and no code for training. Is the embedding network trained separately from deeplab network?

jinde-liu avatar Nov 03 '17 11:11 jinde-liu

Yes: I recommend pre-training the embeddings using VOC 2012, or COCO. You can also train them end-to-end in the full pipeline. I provided a config file for an embedding network.

aharley avatar Nov 04 '17 23:11 aharley