Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training my own dataset and problem #4

Open
ghost opened this issue Oct 26, 2018 · 3 comments
Open

training my own dataset and problem #4

ghost opened this issue Oct 26, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 26, 2018

Hey all, i am aiming to do keypoints detection on my own dataset which include only two keypoints and not 17 like human pose estimation.

I tried to use the pre trained weights of COCO for human pose estimation, but of course I get the following error
"ValueError: Dimension 2 in both shapes must be equal, but are 2 and 17. Shapes are [2,2,2,512] and [2,2,17,512]. for 'Assign_724' (op: 'Assign') with input shapes: [2,2,2,512], [2,2,17,512]."

How can i solve this problem?

Thanks

@nmxnql
Copy link

nmxnql commented Oct 28, 2018

I think maybe you need to filter the last layers of maskrcnn and set the keypoint_num to yours

@ghost
Copy link
Author

ghost commented Oct 28, 2018

I have tried but it didnt solve the problem. my dataset is not for human pose estimation, maybe using coco pretrained weights is wrong?

@dingfuzhou
Copy link

I have tried but it didnt solve the problem. my dataset is not for human pose estimation, maybe using coco pretrained weights is wrong?

Hi adarvit, have you solved this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants