We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,本文最终是通过softmax来对cub数据集进行分类,请问如果将softmax改成多个二分类,不知道是否适用于判断主体属性?
The text was updated successfully, but these errors were encountered:
主体属性是指比如鸟的不同部位吗?如果是的话,感觉头应该是可以,但是后续的part boxes就不一定固定指向某一部位了。
Sorry, something went wrong.
我看cub数据中的主体属性确实是指鸟的不同部位的形状,除了头部还有翅膀、尾巴等部位,如果part boxes不指向某一部位感觉是有可能会对部分属性造成漏检,而且不同部位的属性表征还不同,感觉要解决这个问题要接多个属性项的分类器
No branches or pull requests
您好,本文最终是通过softmax来对cub数据集进行分类,请问如果将softmax改成多个二分类,不知道是否适用于判断主体属性?
The text was updated successfully, but these errors were encountered: