You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,12 @@ If you find this code useful in your research then please cite
13
13
year={2019},
14
14
organization={IEEE}
15
15
}
16
-
@article{changmmvg,
17
-
title={MMVG-INF-Etrol@ TRECVID 2019: Activities in Extended Video},
18
-
author={Chang, Xiaojun and Liu, Wenhe and Huang, Po-Yao and Li, Changlin and Zhu, Fengda and Han, Mingfei and Li, Mingjie and Ma, Mengyuan and Hu, Siyi and Kang, Guoliang and others}
author = {Liu, Wenhe and Kang, Guoliang and Huang, Po-Yao and Chang, Xiaojun and Qian, Yijun and Liang, Junwei and Gui, Liangke and Wen, Jing and Chen, Peng},
18
+
title = {Argus: Efficient Activity Detection System for Extended Video Analysis},
19
+
booktitle = {The IEEE Winter Conference on Applications of Computer Vision (WACV) Workshops},
20
+
month = {March},
21
+
year = {2020}
21
22
}
22
23
```
23
24
@@ -44,12 +45,14 @@ The code is originally written for Tensorflow v1.10 with Python 2/3 but it works
44
45
Other dependencies: numpy; scipy; sklearn; cv2; matplotlib; pycocotools
45
46
46
47
## Code Overview
47
-
-`obj_detect.py`: Inference code for object detection.
48
48
-`obj_detect_tracking.py`: Inference code for object detection & tracking.
49
49
-`models.py`: Main model definition.
50
50
-`nn.py`: Some layer definitions.
51
51
-`main.py`: Code I used for training and testing experiments.
52
-
52
+
-`eval.py`: Code I used for getting mAP/mAR.
53
+
-`vis_json.py`: visualize the json outputs.
54
+
-`get_frames_resize.py`: code for extracting frames from videos.
55
+
-`utils.py`: some helper classes like getting moving average of losses and GPU usage.
53
56
54
57
## Inferencing
55
58
1. First download some test videos and the v3 model (v4-v6 models are un-verified models as we don't have a test set with ground truth):
0 commit comments