-
Notifications
You must be signed in to change notification settings - Fork 45
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
Samples.pkl not found #2
Comments
Yup, facing the same issue. Have you found any alternatives to this repo for this same functionality(head pose/position) for the time being? Thanks. |
Sorry for that. I'll generate the samples.pkl file again for you, guys. I'll try to make it today. |
You can download samples.pkl here. x_train, x_test, y_train, y_test = pkl.load(open('data/sample.pkl', 'rb')) |
Thanks Arnaldo! |
I am unable to access the following link: I tried importing dat in csv format from this source https://drive.google.com/file/d/1QPgrmOtJ2Y1jD0-0Ya6P4GUsyGDJKVtZ/view?usp=sharing, merging the two csv files together then training and testing but I end up getting not very good results: |
I uploaded a new samples.pkl inside a .rar file available here. |
@sf308, |
Hi there, I did exactly as you did but still getting bad results on the same lena.png file. |
Can you run the notebook from beginning up to the end, @UmarZubair? |
@arnaldog12 Hi, no working :( |
Also got bad results after following exactly what you did using the data that you've uploaded. Can you also upload the same data that you used for training and testing? |
Thank you for this nice project, it helped me a lot. But I want to know how you are creating sample_train.csv and sample_test.csv ? |
Please, take a look at my Medium article, @sandhyacs |
Hi Arnald, the data path you have provided returns a samples.rar which has sample_train.csv and sample_test.csv.
Could you please tell me how do I get the actual samples.pkl you used in your Keras.ipynb notebook?
The text was updated successfully, but these errors were encountered: