Anonymous Submission #4835 to ICCV 2023.
- We used python=3.7
- Install libraries in requirements.txt
- If the code doesn't work, try this: requirements_all.txt.
- File structure should be like below.
AnonymousCKNN
├── features
│ ├── avenue
│ │ ├── test
│ │ └── train
│ ├── ped2
│ │ ├── test
│ │ └── train
│ └── shanghaitech
│ ├── test
│ └── train
├── meta
│ ├── frame_labels_avenue.npy
│ ├── frame_labels_ped2.npy
│ ├── frame_labels_shanghaitech.npy
│ ├── test_bboxes_avenue.npy
│ ├── test_bboxes_ped2.npy
│ ├── test_bboxes_shanghaitech.npy
│ ├── test_lengths_avenue.npy
│ ├── test_lengths_ped2.npy
│ ├── test_lengths_shanghaitech.npy
│ ├── train_bboxes_avenue.npy
│ ├── train_bboxes_ped2.npy
│ └── train_bboxes_shanghaitech.npy
├── patches
│ ├── avenue
│ │ ├── test
│ │ └── train
│ ├── ped2
│ │ ├── test
│ │ └── train
│ └── shanghaitech
│ ├── test
│ └── train
...
./run1_pseudo_anomaly_scores.sh avenue
./run2_evaluate.sh avenue