-
Notifications
You must be signed in to change notification settings - Fork 167
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
Prediction accuracy in the nvgesture dataset is poor #107
Comments
I got the same problem that Prec@1 0.07676% Prec@5 0.19502%. Do you figured it out? |
I solved this problem that I replace the --pretrain_path to --resume_path, and it works. Honestly, I see this solution in another issue, but I have not solved this problem at the first time. I download the code again and use the parameters like these: I got this: Overall Prec@1 0.83402% Prec@5 0.98133% |
Hi @uzumaki-noharu, |
so, could you please tell me what you put in sk_color_all folder? |
Hi, @ahmetgunduz
I downloaded your pre-training model and used offline_ The test.py file tests its accuracy on the nvGesture data set, but the results show that its accuracy is very low, with errors such as
The following is the result after filtering the warning:
At the beginning of reading the nvgesture dataset, because the dataset does not have a
sk_color_all
folder, the code cannot read the data, so I processed the video into pictures and created this folder.It contains every frame of video.But when I finished processing and successfully ran the code, the result was very unsatisfactory. I don't know whether my parameters are set incorrectly or my dataset is not processed properly. Can you help me to have a look?Thank you very much!
Here are my parameter settings:
The text was updated successfully, but these errors were encountered: