AVADataset bounding box format #2893
Unanswered
martinferianc
asked this question in
Q&A
Replies: 1 comment
-
Tagging @cir7, @hukkai, @kennymckormick since I think you were working on this dataset. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! I have a question about the AVADataset's proposal/ground truth bounding box format. When loading the data and inspecting
results["gt_bboxes"]
orresults["proposals"]
I see that there are e.g. 2 or 1 bounding boxes per input set of frames e.g. 32. To which frame indices out of 32 do theseresults["gt_bboxes"]
orresults["proposals"]
correspond?Try e.g. with
python3 tools/test.py ./configs/detection/slowfast/slowfast_kinetics400-pretrained-r50_8xb6-8x8x1-cosine-10e_ava22-rgb.py ./checkpoints/slowfast_kinetics400-pretrained-r50_8xb6-8x8x1-cosine-10e_ava22-rgb_20220906-d934a48f.pth
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions