Yuda

Results 15 comments of Yuda

@whyhappy78 How did you merge VOC 2007 & VOC 2012 trainval?

@chen1005 I see your code in your comment, where did final_masknp & gt_masksnp come from?

Thanks @souryuu , I try your code and it works fine. BTW, you really change a lot :-)

@realwecan You can try souryuu's code, it'll save some images which make sense. I only try 60k iter. So the result isn't as good as the paper.

@Cangrc Hi, does your test.py work without any modification? I run train.py for 50k iter. and when I run test.py, there is no mask or bbox. Also, please see [here](https://github.com/CharlesShang/FastMaskRCNN/pull/96),...

@souryuu I try your latest code in master branch. I set is_training=True and train it for 60k iterations. When I set is_training=False, and run test.py, there're still no bbox &...

@souryuu Yes, when training, it works fine. the box & mask in training image are just like Cangrc's result above.

@souryuu Yeah, update_bn is true when training. I use your latest code in master branch, and the only change is per_process_gpu_memory_fraction=0.95, but I think it should not affect result. Did...

@souryuu Yeah they're nearly match. I'll try fix_testing branch. I really appreciate for your help!