-
Notifications
You must be signed in to change notification settings - Fork 129
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
Comments
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. |
Hi @mitmul I would be intersted in this too. |
@mitmul : Any updates on this would be helpful. |
@mitmul Any updates? |
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.
The text was updated successfully, but these errors were encountered: