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

Is this an end-to-end model? #6

Open
WilburZjh opened this issue Sep 29, 2020 · 1 comment
Open

Is this an end-to-end model? #6

WilburZjh opened this issue Sep 29, 2020 · 1 comment

Comments

@WilburZjh
Copy link

I have one question: it points out in the paper that the "We collect all the detections produced by DeepDet to train the DeepVer model." May I know how you get the final score of an image patch? The formulation is : "S = ω × SDeepDet + (1 − ω) × SDeepVer". Is this for entire model or for each patch in the training data?

@ChaoLi977
Copy link
Owner

In the test stage, the final score of an image patch is the formulation as above: S = ω × SDeepDet + (1 − ω) × SDeepVer.
While in the training stage, the DeepDet model and DeepVer model are trained independently. The balance weight ω is adjusted on the training set to the best performance.

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