-
Notifications
You must be signed in to change notification settings - Fork 6
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
RGB-D Washinton and iCubWorld28 features #1
Comments
Hello, I am new to this area and I am studying your paper, and it is very interesting! Is there a way to test other datasets in the matlab code? |
Hello @paulojunqueira As you probably have noticed the code was released only for the case of the MNIST dataset, but nothing prevents from adapting it to use also iCW or RGBD-Washington datasets (i.e., the ones used in the paper) or even other datasets. I (and maybe also @raffaello-camoriano ) can try to provide some support to issues that may arise, in the case you are interested in adding them and making a contribution. Giulia |
Hello @GiuliaP Could you give me some guidance on what part or function should I start adapting to use with another dataset ? thank you. Paulo |
@paulojunqueira yes, the code is structured with a generic |
Thanks @GiuliaP . I have one more doubt: in the dataConf_MNIST_inc.m file, there are some variables that are used,like ntr, ntem, nLow... And no comments on the code. Is the ntr the training number for all classes? what about the nLow? I am trying to identify which one are the variables that you cite on your paper , like nbal, nimb and ntest. thank you |
Hi @paulojunqueira and thank you for your interest. Here are some comments on the variables in
The proportion of samples from the underrepresented class can also be manipulated by commenting out |
If there is enough interest, RGB-D Washinton and iCubWorld28 features can be added.
@GiuliaP
The text was updated successfully, but these errors were encountered: