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

How to predict landmark for new images? #7

Closed
shzhjxc opened this issue Dec 30, 2020 · 1 comment
Closed

How to predict landmark for new images? #7

shzhjxc opened this issue Dec 30, 2020 · 1 comment

Comments

@shzhjxc
Copy link

shzhjxc commented Dec 30, 2020

First, I would like to thank authors for sharing the code. The work inspired me a lot and I‘m trying to followup your method for finding keypoints using my own input images.
However, I found that it is hard to directly modify test.py to meet a situation when the input is not the validation set, which really confused me. Is there a straightforward way to generate landmark with input images not in the deepfashion2 dataset?

@ShenhanQian
Copy link
Collaborator

Currently, our code doesn't support inference beyond a dataset. You might need to re-define the dataset class to achieve this.

Also, this model is supposed to work after an object detector that can predict bounding boxes and categories first.

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