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

Decoder_lin in Object Classifier #8

Closed
Shengyu-Feng opened this issue Sep 11, 2021 · 2 comments
Closed

Decoder_lin in Object Classifier #8

Shengyu-Feng opened this issue Sep 11, 2021 · 2 comments

Comments

@Shengyu-Feng
Copy link

Hi, I want to make sure for "sgdet" task, why is the decoder_lin not used during testing

Does it mean that the object prediction labels from the faserRCNN are used directly in "sgdet"? Then why is decoder_lin trained?

@yrcong
Copy link
Owner

yrcong commented Sep 12, 2021

Hi, the object classes are inferred by the FasterRCNN directly. I tried to train the custom classifier, hoping it can optimize the object classification. However, the custom classifier doesn't perform as expected. I think the reasons should be the bad quality of region proposals and overlapped object classes (e.g. bottle/cup).

You could remove the custom classifier for sgdet task by yourself :) This does not affect the result

@Shengyu-Feng
Copy link
Author

Thanks for your reply!

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

2 participants