Skip to content

is it using ground-truth box information in test time? #43

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

Closed
rimchang opened this issue Sep 16, 2017 · 1 comment
Closed

is it using ground-truth box information in test time? #43

rimchang opened this issue Sep 16, 2017 · 1 comment

Comments

@rimchang
Copy link

rimchang commented Sep 16, 2017

proposal_target_layer.py

65 all_rois = np.vstack((all_rois,
66 np.hstack((zeros, np.vstack((gt_easyboxes[:, :-1], jittered_gt_boxes[:, :-1]))))))

I think using ground-truth box as candidate box in test time
I can't find any test time proposal code in this repo
Is it correct? is It wrong evaluation?

proposal_target_layer.py

179 labels = labels[keep_inds]

I think "labels = labels[keep_inds]" is also using ground-truth information because proposal_target_layer returns only 256 sampled rois( it is filtered by IOU then it is sampled)

Is it correct evaluation? do i misunderstand?
I am not good at English. Sorry

@rimchang
Copy link
Author

i'm sorry
I really misunderstanded
this repo not use ground-truth information in test tiem

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