-
Notifications
You must be signed in to change notification settings - Fork 11
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
Concerning parsing prediction #40
Comments
moreover, does this line right? dividing the probability of being object, the top class token with highest response will be changed, maybe become the second largest one? |
|
Hi, does the line 153 correct? if it is correct, the boxes with high IoU but diffferent prediction class will be maintained, which i think a little unreasonable if the IoU is extremely high, such as 1? |
moreover, the line 155 make me confusing, why the [last - 1] are always excluded? is there any probability about the [last -1] box is the correctest one? |
|
hi , i am little confusing with following lines: butd_detr/src/grounding_evaluator.py Lines 197 to 201 in 10570e0
why the GT involved in parsing prediciton ? |
Hi, thank you for your wonderful work.
I am trying to parse the prediction, and i feel confusing at the following lines.
butd_detr/train_dist_mod.py
Lines 227 to 232 in 10570e0
Why replacing the last_sem_cls_scores to the new generated tokenidx and wordidx based class info? what do the tokenidx and wordidx mean?
thank you for your attention
The text was updated successfully, but these errors were encountered: