-
Notifications
You must be signed in to change notification settings - Fork 26
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
how can train my own data ,I check the trainAll.m ,but it is alarmming all the time #2
Comments
It means you do not have the file "train.txt", which specifies names of training images. |
I am not sure if I fully understand your question. The pairs you mentioned used to learn a binary classifier, indicating if two adjacent superpixels belonging to the same class. It is used ONLY for the training phase. You can also read the journal version of the paper http://www.readcube.com/articles/10.1007/s11263-016-0977-3?author_access_token=wKZPweH_udFQ5vcd_NBsXPe4RwlQNchNByi7wbcMAY6bGK4nxWGm7p1_IwKxtD7cM55EhD3uI8Yr3Bf64FyCfVfipG0la-Rwo5Oh-ia9qwzPR7T5UM-fkSJaze6jVSoOQkq5dyl404AvLS9duq2kQw%3D%3D. |
It's a regression forest. The information gain is usually used for a classification forest. |
Is there related conference? could you tell me? thank you,professor! |
I check the trainAll.m, but it is alarmming all the time.like this
what's the matter?can you help me?
The text was updated successfully, but these errors were encountered: