DegardinBruno / human-self-learning-anomaly

Code for the paper "Human Activity Analysis: Iterative Weak/Self-Supervised Learning Frameworks for Detecting Abnormal Events", IJCB 2020
Other
42 stars 13 forks source link

csv file #18

Open haoshuai714 opened 2 years ago

haoshuai714 commented 2 years ago

Could you give me these csv files which you used in this project? Thanks!

-- **annotation | |-- strong // Insert here your .csv files to be used by the SS Model | | |-- train.csv // empty, to be filled by the WS Model and Bayesian Classifier | | |-- test.csv | | |-- val.csv | | |-- unlabeled_set.csv // Same remaining videos unlabeled from the weak, but in C3D raw segment format | | |-- test_notes.csv | | -- val_notes.csv |-- weak // Insert here your .csv files to be used by the WS Model | |-- train.csv // Small percentage (i.e., 30%) of the original training set | |-- test.csv | |-- val.csv | |-- unlabeled_set.csv // Remaining videos are unlabeled for self-supervision purposes | |-- test_notes.csv | `-- val_notes.csv

pangki0223 commented 6 months ago

Could you give me these csv files which you used in this project? Thanks!