File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- // ------------------------------------------------------------------
2
- // Deep Feature Flow
3
- // Copyright (c) 2015 Microsoft
4
- // Licensed under The MIT License
5
- // Written by Yuwen Xiong
6
- // ------------------------------------------------------------------
7
- // Based on:
8
- // Faster R- CNN
9
- // Copyright (c) 2015 Microsoft
10
- // Licensed under The MIT License
11
- // https:// github.com/ shaoqingren/ faster_rcnn
12
- // ------------------------------------------------------------------
1
+ # ------------------------------------------------------------------
2
+ # Deep Feature Flow
3
+ # Copyright (c) 2015 Microsoft
4
+ # Licensed under The MIT License
5
+ # Written by Yuwen Xiong, Tao Kong
6
+ # ------------------------------------------------------------------
7
+ # Based on:
8
+ # Faster R-CNN
9
+ # Copyright (c) 2015 Microsoft
10
+ # Licensed under The MIT License
11
+ # https://github.com/shaoqingren/faster_rcnn
12
+ # ------------------------------------------------------------------
13
13
14
14
import numpy as np
15
15
cimport numpy as np
You can’t perform that action at this time.
0 commit comments