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

I3D AVA input full image? #22

Open
srikanthmalla opened this issue Jul 14, 2019 · 1 comment
Open

I3D AVA input full image? #22

srikanthmalla opened this issue Jul 14, 2019 · 1 comment

Comments

@srikanthmalla
Copy link

Hi,
Could someone point me where the box information is used in I3D AVA. I think the whole image is being used (bounding box is not used any where)? Am I correct?

Regards,
Srikanth

@gsig
Copy link
Owner

gsig commented Jul 29, 2019

You mean for evaluation? The bounding boxes (that have arbitrary dimensions) are loaded under the meta field:

score_targets.append({'boxes': m['boxes'],

This is then returned as score_targets which is used for evaluation by the 'frcnn metric`:

np.array(t['boxes'], dtype=float),

The ava baseline is very much in development, so pull requests are welcome!

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