jasjeetIM / Mask-RCNN

Implementation of Mask-RCNN in Caffe https://arxiv.org/pdf/1703.06870.pdf
232 stars 141 forks source link

Do you have any trained models? #7

Open JingchunCheng opened 7 years ago

JingchunCheng commented 7 years ago

@jasjeetIM Thanks for your code. Do you have any trained models now? I would really appreciate it if you can share one trained caffe model. Thank you!

jasjeetIM commented 7 years ago

Hello @JingchunCheng,

I do not have trained models. Unfortunately, I do not have time to work this project right now due to other work so I will not be training any models.

Wish you the best.

mahfuzmohammad commented 7 years ago

Hello @jasjeetIM, Could you please share how do I get started with your code. I may help you to publish a trained model.

Thank you.

MartinPlantinga commented 7 years ago

@JingchunCheng, have you trained any models with this code?

JingchunCheng commented 7 years ago

@MartinPlantinga
No, I haven't. Actually, I'm only trying to use part of the code for another task, so I probably will not train a model with this code...

trminh89 commented 7 years ago

I'm training my model with this code https://github.com/nqanh/affordance-net. It seems it can do what Mask RCNN does.

MartinPlantinga commented 6 years ago

Thanks @trminh89, it definitely seems the same. I will try to reproduce it. Have you already managed to train the Affordance Net network, or the Mask R-CNN network with the Affordance Net layers?

trminh89 commented 6 years ago

I trained AffordanceNet on Pascal VOC dataset, and the results look very good. Although the AffordanceNet is designed for multiclass, it also handles binary mask quite well (but it seems it needs more memory compared with Mask RCNN). I'm trying to do the same thing with COCO dataset.

MartinPlantinga commented 6 years ago

Do you have any .caffemodel files you could share of the trained Pascal VOC dataset?