AKASH2907 / pi-consistency-activity-detection

End-to-End Semi-Supervised Learning for Video Action Detection [CVPR 2022]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

annotation format

ccx2022 opened this issue · comments

Thank you for your excellent work on this paper!
Could you please provide the dataset annotation format of the following annotation files ?

-testing_annots.pkl
-train_annots_20_labeled_random.pkl
-train_annots_80_unlabeled_random.pkl

Annotation format can be visualized while loading pickle file in the data loader.
However, this is the common format for all files-
{video_name, start_frame, end_frame, video_class, bboxes, frame-ids, 0/1 - unlabeled/labeled}

Okay, Thank you very much。