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 only for keypoint detection without masks #32

Open
bauerdavid opened this issue Nov 29, 2018 · 3 comments
Open

training only for keypoint detection without masks #32

bauerdavid opened this issue Nov 29, 2018 · 3 comments

Comments

@bauerdavid
Copy link

Hello everyone,
I would like to train on my own dataset, but unfortunately it doesn't have mask annotations. Is it possible to train only for the keypoints? I had the idea of predicting the masks for my own images using the pretrained model so I could use it as input, but as I saw it for some random images the model didn't produce good results. This is because in my image set there are people who are making some acrobatic moves, and I guess COCO rather includes more usual postures (standing, sitting etc.).
Any help would be highly appreciated :)

@Superlee506
Copy link
Owner

@bauerdavid Sure you can train on your dataset withour mask. You just need to remove the mask loss and modify the dataloader.

@bauerdavid
Copy link
Author

@Superlee506 Thank you for your answer! I will try it as soon as I get there.

@verewhittome
Copy link

@bauerdavid Also working on this - let me know how you get on!

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

3 participants