ygjwd12345 / Maskrcnn-hand

use the model from thematterport/Mask_RCNN and train the dataset from the website http://vision.soic.indiana.edu/projects/egohands/
4 stars 3 forks source link

Do you have the trained model? #1

Closed F2Wang closed 4 years ago

F2Wang commented 5 years ago

Hi, I would like to exam how well the hand detection works after training on the egohand dataset. Do you have the trained weight that you can send to me so that I can verify it directly without training myself?

My email is faninedinburgh@gmail.com

Thanks.

SwithinHwong commented 5 years ago

Same question, Would you provide the trained model and training dataset?

ygjwd12345 commented 4 years ago

I modify the code from https://github.com/matterport/Mask_RCNN, you can find the mask_rcnn_coco.h5 in there.

ygjwd12345 commented 4 years ago

@F2Wang @SwithinHwong I upload my trained model, you can find it form https://drive.google.com/file/d/16aQPocdX8hHFkwRlMNIcNQQYEtGB5NyQ/view?usp=sharing. good like for you!!!

SwithinHwong commented 4 years ago

@ygjwd12345 Thanks for sharing the trained model! But it seems like public access premission is not set for the sharing, would you please allow public access?

ygjwd12345 commented 4 years ago

@SwithinHwong https://drive.google.com/file/d/16aQPocdX8hHFkwRlMNIcNQQYEtGB5NyQ/view?usp=sharing

ygjwd12345 commented 4 years ago

@SwithinHwong you should change labels to to fit maskrcnn input type

ygjwd12345 commented 4 years ago

I have changed can you load normally?

发自我的iPhone

------------------ Original ------------------ From: SwithinHwong <notifications@github.com> Date: Tue,Nov 12,2019 10:08 AM To: ygjwd12345/Maskrcnn-hand <Maskrcnn-hand@noreply.github.com> Cc: stanley <641807447@qq.com>, Mention <mention@noreply.github.com> Subject: Re: [ygjwd12345/Maskrcnn-hand] Do you have the trained model? (#1)

@ygjwd12345 Thanks for sharing the trained model! But it seems like public access premission is not set for the sharing, would you please allow public access?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

SwithinHwong commented 4 years ago

Still downloading your model. I'll try it later today. Thanks!

F2Wang commented 4 years ago

Thank you for the model, I however get an size error on the fully connected layer ValueError: Layer #391 (named "mrcnn_bbox_fc"), weight <tf.Variable 'mrcnn_bbox_fc/kernel:0' shape=(1024, 324) dtype=float32_ref> has shape (1024, 324), but the saved weight has shape (1024, 8) Have you encountered similar problem before?

F2Wang commented 4 years ago

Ignore my last question, I was being stupid, of course the fc layer will be different from the original since there are only 2 classes

F2Wang commented 4 years ago

Thank you for the trained model, the results appear quite reasonable, comparable to the refineNet result, when tested on my own dataset.

iiiicode commented 2 years ago

Hello, could you please send me a copy of the pre-training model? Thank you very much

iiiicode commented 2 years ago

Still downloading your model. I'll try it later today. Thanks!

Hello, could you please send me a copy of the pre-training model? Thank you very much

iiiicode commented 2 years ago

I modify the code from https://github.com/matterport/Mask_RCNN, you can find the mask_rcnn_coco.h5 in there.

Hello, could you please send me a copy of the pre-training model? Thank you very much

ygjwd12345 commented 2 years ago

It is too long to find it.