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

Metric issues #52

Open
hust-kevin opened this issue Nov 5, 2017 · 1 comment
Open

Metric issues #52

hust-kevin opened this issue Nov 5, 2017 · 1 comment

Comments

@hust-kevin
Copy link

Hello
when I read 'metric.py',I have a question

def update(self, labels, preds):
    # output: cls_prob_output, bbox_pred_output, cls_keep_inds, bbox_keep_inds
    # label: label, bbox_target

what do 'cls_keep_inds, bbox_keep_inds' mean ?
Looking forward to your reply

@Seanlinx
Copy link
Owner

Seanlinx commented Nov 7, 2017

@hust-kevin
They are the indices of valid training examples in a batch.
cls_keep_inds: hard examples of positives and negatives
bbox_keep_inds: positives and part faces

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