├── .gitignore ├── README.md ├── annot-correction ├── annotV5.mat ├── annot_apt.mat ├── annot_full_Philippe.mat ├── checkpoint.mat ├── checkpoint_improved.mat ├── checkpoint_improved_after_remaining.mat ├── checkpoint_improved_temporal.mat ├── final-merged-check.mat ├── imgseq2Video.m ├── lastdata.mat ├── merged_annot.mat ├── merged_annot_remianing.mat ├── merged_annot_temporal.mat ├── newAnnotats.mat ├── s1_check_annot.m ├── s2_resave_annot.m ├── s3_re_annotate_temproal_errors.m ├── s4_resave_annot_after_temporal.m ├── s5_re_annotate_remaining.m ├── s6_resave_annot_after_remaing.m ├── s7_resave_final_check_for_errors.m ├── s8_resave_final_remove_last_frame_errors.m ├── s9_final_crossCheck.m ├── tdata.mat ├── temp.txt └── testnames.mat ├── annot_bmvc.mat ├── evaluation ├── compute_mAPs.m ├── compute_spatio_temporal_iou.m ├── get_PR_curve.m ├── mAPs.mat └── xVOCap.m ├── finalAnnots.mat ├── pyannot.pkl ├── pyannot_with_class_names.pkl ├── testAnnot.mat ├── testlist.mat ├── testlist01.txt └── trainAnnot.mat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/README.md -------------------------------------------------------------------------------- /annot-correction/annotV5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/annotV5.mat -------------------------------------------------------------------------------- /annot-correction/annot_apt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/annot_apt.mat -------------------------------------------------------------------------------- /annot-correction/annot_full_Philippe.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/annot_full_Philippe.mat -------------------------------------------------------------------------------- /annot-correction/checkpoint.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/checkpoint.mat -------------------------------------------------------------------------------- /annot-correction/checkpoint_improved.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/checkpoint_improved.mat -------------------------------------------------------------------------------- /annot-correction/checkpoint_improved_after_remaining.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/checkpoint_improved_after_remaining.mat -------------------------------------------------------------------------------- /annot-correction/checkpoint_improved_temporal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/checkpoint_improved_temporal.mat -------------------------------------------------------------------------------- /annot-correction/final-merged-check.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/final-merged-check.mat -------------------------------------------------------------------------------- /annot-correction/imgseq2Video.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/imgseq2Video.m -------------------------------------------------------------------------------- /annot-correction/lastdata.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/lastdata.mat -------------------------------------------------------------------------------- /annot-correction/merged_annot.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/merged_annot.mat -------------------------------------------------------------------------------- /annot-correction/merged_annot_remianing.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/merged_annot_remianing.mat -------------------------------------------------------------------------------- /annot-correction/merged_annot_temporal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/merged_annot_temporal.mat -------------------------------------------------------------------------------- /annot-correction/newAnnotats.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/newAnnotats.mat -------------------------------------------------------------------------------- /annot-correction/s1_check_annot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s1_check_annot.m -------------------------------------------------------------------------------- /annot-correction/s2_resave_annot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s2_resave_annot.m -------------------------------------------------------------------------------- /annot-correction/s3_re_annotate_temproal_errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s3_re_annotate_temproal_errors.m -------------------------------------------------------------------------------- /annot-correction/s4_resave_annot_after_temporal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s4_resave_annot_after_temporal.m -------------------------------------------------------------------------------- /annot-correction/s5_re_annotate_remaining.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s5_re_annotate_remaining.m -------------------------------------------------------------------------------- /annot-correction/s6_resave_annot_after_remaing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s6_resave_annot_after_remaing.m -------------------------------------------------------------------------------- /annot-correction/s7_resave_final_check_for_errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s7_resave_final_check_for_errors.m -------------------------------------------------------------------------------- /annot-correction/s8_resave_final_remove_last_frame_errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s8_resave_final_remove_last_frame_errors.m -------------------------------------------------------------------------------- /annot-correction/s9_final_crossCheck.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/s9_final_crossCheck.m -------------------------------------------------------------------------------- /annot-correction/tdata.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/tdata.mat -------------------------------------------------------------------------------- /annot-correction/temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/temp.txt -------------------------------------------------------------------------------- /annot-correction/testnames.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot-correction/testnames.mat -------------------------------------------------------------------------------- /annot_bmvc.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/annot_bmvc.mat -------------------------------------------------------------------------------- /evaluation/compute_mAPs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/evaluation/compute_mAPs.m -------------------------------------------------------------------------------- /evaluation/compute_spatio_temporal_iou.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/evaluation/compute_spatio_temporal_iou.m -------------------------------------------------------------------------------- /evaluation/get_PR_curve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/evaluation/get_PR_curve.m -------------------------------------------------------------------------------- /evaluation/mAPs.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/evaluation/mAPs.mat -------------------------------------------------------------------------------- /evaluation/xVOCap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/evaluation/xVOCap.m -------------------------------------------------------------------------------- /finalAnnots.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/finalAnnots.mat -------------------------------------------------------------------------------- /pyannot.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/pyannot.pkl -------------------------------------------------------------------------------- /pyannot_with_class_names.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/pyannot_with_class_names.pkl -------------------------------------------------------------------------------- /testAnnot.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/testAnnot.mat -------------------------------------------------------------------------------- /testlist.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/testlist.mat -------------------------------------------------------------------------------- /testlist01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/testlist01.txt -------------------------------------------------------------------------------- /trainAnnot.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gurkirt/corrected-UCF101-Annots/HEAD/trainAnnot.mat --------------------------------------------------------------------------------