michaelhuang74

Results 22 comments of michaelhuang74
trafficstars

@ThienAnh No, I don't have the code for PyCaffe.

@xhsoldier Hi, is it possible to share the trained ckpt file? Thanks.

@chrisckri Thanks for the reply. What I ultimately need is more accurate segmentation. I noticed that the masks produced by the pretrained model are all 21x21. I am not sure...

@DmitryUlyanov Thanks for the response! Could you provide more details? When you say "try eval for instance norm", what do you exactly mean? Many thanks.

@DmitryUlyanov Thanks a lot for the quick response. I will give it a try.

@DmitryUlyanov I added self.bn:evaluate() to Line 48 in the InstanceNormalization.lua file. Then I used the following image as the style image. ![face_bottle_o](https://user-images.githubusercontent.com/23154573/27569287-6bf4d65a-5abc-11e7-9c1a-3814536ae5a5.png) Followings are the parameters for training: -style_size 600...

@Vladkryvoruchko Thanks for your response. I asked this question because it is allowed to specify the individual weights of different style layers in the similar "fast-neural-style" project by Justin Johnson....

@DmitryUlyanov Thanks for the response. I just asked this question for curiosity. Sometimes, I found that it was difficult to get good results by simply excluding some layers. So I...