-
Notifications
You must be signed in to change notification settings - Fork 0
/
tree.txt
59 lines (58 loc) · 1.63 KB
/
tree.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.
├── calc_optical_flow.py
├── configs
│ ├── avenue.cfg
│ ├── ShanghaiTech.cfg
│ ├── UCSDped1.cfg
│ └── UCSDped2.cfg
├── data
├── extract_bbox.py
├── extract_stc.py
├── flowlib.py
├── FlowNet2_src
├── fore_det
│ ├── _base_
│ ├── inference.py
│ ├── obj_det_checkpoints
│ │ └── yolov3_d53_mstrain-608_273e_coco-139f5633.pth
│ ├── obj_det_config
│ │ └── yolov3_d53_mstrain-608_273e_coco.py
│ ├── obj_det_with_motion.py
├── LICENSE
├── misc.py
├── model
├── optical_flow
│ ├── avenue
│ │ ├── testing
│ │ └── training
│ ├── ShanghaiTech
│ │ ├── Testing
│ │ └── training
│ ├── UCSDped1
│ │ ├── Test
│ │ └── Train
│ └── UCSDped2
│ ├── Test
│ └── Train
├── raw_datasets
│ ├── avenue
│ │ ├── ground_truth_demo
│ │ ├── testing
│ │ └── training
│ ├── ShanghaiTech
│ │ ├── Testing
│ │ ├── training
│ │ └── training.zip
│ ├── UCSDped1
│ │ ├── Test
│ │ └── Train
│ ├── UCSDped2
│ │ ├── Test
│ │ └── Train
├── README.md
├── results
├── test.py
├── train.py
├── tree.txt
├── utils.py
└── vad_datasets.py