-
Notifications
You must be signed in to change notification settings - Fork 110
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
Could you please give me some advices for improving acc_both? #14
Comments
@asdfqwer2015 Did you use your own implementation for the method? If not, could please share what changes should be made in order to use this code on own dataset? (if it's not much of a trouble of course) |
Thanks for your reply and sorry for my late response, my network connection is not very well. For feat net, I almost copied the code from here: https://github.com/ahmetgunduz/Real-time-GesRec/blob/4aaf03c5a6569a2d385839545eca01aca35011f6/model.py#L41-L47 , and For cls net, I used cls net from FewShotWithoutForgetting framework, but the For dataloader, the code is below:
For FewShotWithoutForgetting/algorithms/FewShot.py Lines 126 to 129 in 0efdc78
FewShotWithoutForgetting/algorithms/FewShot.py Lines 198 to 205 in 0efdc78
|
En, 5 classes of gestures are chosen as novel classes. |
@asdfqwer2015 A million thanks for your reply. I will try and test this on my own dataset or the one you pointed and will give you some feedback as soon as i can. |
Thanks for your help. |
Hi, gidariss:
Thanks for your shared code.
I tested this mechanism for my own feature model and dataset. And got high acc_base and acc_novel except acc_both, could you please give me some advices?
I trained a model on my own dataset(trainset samples > 110k) and got acc_base 91.22%, acc_novel 90.48% and acc_both 74.97% in stage1. And the model is training in stage2 now.
But I found the acc_both is still very low.
And should I use the feature net with best acc_both instead of best acc_novel from stage1 in stage2?
Thanks.
The text was updated successfully, but these errors were encountered: