Skip to content
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

对于多个类别的视频检测遇到的问题 #11

Open
gittigxuy opened this issue Aug 8, 2018 · 1 comment
Open

对于多个类别的视频检测遇到的问题 #11

gittigxuy opened this issue Aug 8, 2018 · 1 comment

Comments

@gittigxuy
Copy link

问题如下:
在同一张验证图片当中会有多个结果,如何过滤掉置信度比较低的类别
ps:感觉是yolo v3的sigmoid层惹的祸,应该改为softmax层就好了,那么具体应该怎么改呢?

eg:想要预测衣服的颜色,预测出来白色的置信值是0.52,绿色的置信值是0.2,如何过滤掉绿色呢?

@gittigxuy
Copy link
Author

我感觉将sigmoid改为softmax层重新训练就好了,还需要在哪些地方修改呢?
sigmoid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant