souryuu
souryuu
@realwecan I am about to get 700k tmr (total training time = 5days). I did not focus on the mask part yet. I saw some of them on tensorboard but...
@zhuwenzhen I can not share the weight because of the restriction in my working environment. @vidhi09 I do not have the code for testing the network. However if you want...
Another different btw mask and faster-rcnn in this implementation is Feature Pyramid Network. This is not trival. Most of the bugs come from this FPN part. I actually think it...
The one in fix_testing branch is included with evaluation API from coco. However, I have change many things on the branch. I think you can not directly use it to...
With current version, I added the evaluation part using API from MSCOCO for both bounding box and mask. You can evaluate the network by ``` python train/test.py python pycocoEval.py ```...
That is not a proper evaluation code. I only used it to visualize the mask network and groundtruth and while training. It is not for evaluating the final mask from...
For those who still have the problem about memory leak, I found that using "the tcmalloc allocator" solved the issue. https://stackoverflow.com/documentation/tensorflow/3883/how-to-debug-a-memory-leak-in-tensorflow#t=201612280142239281993