pretrained
Hi, where can find pre-trained model of Mask-RCNN?
wget http://download.tensorflow.org/models/resnet_v1_50_2016_08_28.tar.gz then you can get the pretrained resNet50 model
thanks for response, but i am looking for trained weights in mask-rcnn (weights in final train). because i can not train this project on CPU and windows os .
Hi jeasnsely,
I think that, from my perspective, no one gets a good result of training mask-rcnn model at the moment
Try this one: #86
Where should 1 place the pre-trained .meta .index and .data files to run the model ?
So long as you point your test system to the right path it won't matter.
That said, all the ways I have tried require a checkpoint file, which is missing in this case.
See: http://cv-tricks.com/tensorflow-tutorial/save-restore-tensorflow-models-quick-complete-tutorial/
On Fri, Aug 11, 2017 at 9:04 PM, ya2 [email protected] wrote:
Where should 1 place the pre-trained .meta .index and .data files to run the model ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CharlesShang/FastMaskRCNN/issues/130#issuecomment-321947493, or mute the thread https://github.com/notifications/unsubscribe-auth/AFuesOUvrdCDlrdC05Mt5mCuMe7B7Otnks5sXPohgaJpZM4OudzE .
What should we do if we don't have a checkpoint file ?
(I'm a complete noobie here, sorry.)