VisionLearningGroup / taskcv-2017-public

168 stars 36 forks source link

Sharing pretrained model #1

Closed islamtashfiq closed 7 years ago

islamtashfiq commented 7 years ago

Can you share the weights of dilation network that was trained on GTA5 data and/or cityscapes?

jhoffman commented 7 years ago

The link for the GTA source dilation model has now been added.

islamtashfiq commented 7 years ago

Does the model trained on ImageNet before training on the GTA5 data?

jhoffman commented 7 years ago

Yes, this model has been pretrained on ImageNet (challenge data).

islamtashfiq commented 7 years ago

Just to be clear, did you use this dilation10_cityscapes_deploy.prototxt for training?

jhoffman commented 7 years ago

during training and evaluation the prototxt is programmatically generated. See train.py in dilation codebase for an example.