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

Label data is used to Predict? #10

Open
pradeepj247 opened this issue Nov 23, 2015 · 5 comments
Open

Label data is used to Predict? #10

pradeepj247 opened this issue Nov 23, 2015 · 5 comments

Comments

@pradeepj247
Copy link

In the predict_flic.py, when I run it in test mode, it seems to load the label data for a particular file, and then does the prediction. (that's my understanding)

how will this work if I give a new image which is not there in the existing labelled data set. is there a simple example of how I can just take 1 image and get a prediction of joints.

@mitmul
Copy link
Owner

mitmul commented Dec 23, 2015

Thank you for using my codes. Basically the current prediction script is designed for evaluation and visualization, so it needs to load label data. It calculates mean Euclidean distance between correct joints and predicted joints. But I will put a simple script to predict from a single image that is given by command args.

@kshalini
Copy link

kshalini commented Jan 6, 2016

@mitmul thanks for the update and yes the other issue #11 is related to this.

just wondering if you got a chance to come up with this script to predict from any sample test image (using command line args). pls update here when you do. thanks!

@nlgranger
Copy link

Hi @mitmul I would be intersted in this too.

@kristellmarisse
Copy link

@mitmul : Any updates on this would be helpful.

@ghost
Copy link

ghost commented Nov 4, 2016

@mitmul Any updates?

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

5 participants