-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
154 lines (85 loc) · 4 KB
/
ChangeLog
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
2019-01-06 Zhijin Li <[email protected]>
* README.md: Add entries for on-going implementations.
2018-12-24 Zhijin Li <[email protected]>
* README.md: Refine documentation.
* tool/darknet/make_letter_boxes.c: Provide utility program for
darknet letter box transform.
2018-12-22 Zhijin Li <[email protected]>
* README.md: Update documentation.
2018-12-17 Zhijin Li <[email protected]>
* README.md: Update documentation. Add documentation images.
Change example image size.
* lib/utils/capture.py: Fix video cam demo.
2018-12-16 Zhijin Li <[email protected]>
* cam-detect.py: Add test option with darknet letter boxes.
* lib/utils/utils.py: Refactorize url download.
* cam-classify.py: Change MobileNet input size.
2018-12-13 Zhijin Li <[email protected]>
* lib/utils/utils.py (download_yoolov3tiny_weights): Add weight
download API.
* cam-detect.py: Implement real-time cam detection.
* lib/yolov3tiny.py (detect_color_img): Refactorize detection
APIs.
2018-12-12 Zhijin Li <[email protected]>
* lib/utils/capture.py: Improve frame trimming.
* cam-detect.py: Test on Darknet images.
* lib/utils/utils.py: Implement batch image loader.
* lib/utils/capture.py: Correct detection drawing bounding error.
2018-12-11 Zhijin Li <[email protected]>
* lib/utils/utils.py (nms): Implement nms.
2018-12-10 Zhijin Li <[email protected]>
* lib/utils/capture.py: Adapt detection frame to letterbox and
corrected images.
Bug fix in detection frame.
* lib/utils/utils.py: Implement letterbox transformation and bbox
correction.
* lib/utils/capture.py: Make better prediction frame.
2018-12-09 Zhijin Li <[email protected]>
* lib/utils/utils.py: Create detection frame.
* lib/yolov3tiny.py: Refactorize conv block.
2018-12-08 Zhijin Li <[email protected]>
* lib/utils/utils.py: Add BR channel swap and channel_first
reordering in make_predict_inp.
* lib/yolov3tiny.py: Fix same padding value for max pooling
layer.
Refactorize set_weights interface.
2018-12-06 Zhijin Li <[email protected]>
* cam-classify.py: Fix cam-classify input image channel ordering.
2018-12-04 Zhijin Li <[email protected]>
* lib/yolov3tiny.py (YOLODetect.__transform_bbox_centers): Bugfix
set model to eval mode.
2018-12-03 Zhijin Li <[email protected]>
* lib/yolov3tiny.py (YOLO.forward): Fix batch norm epsilon.
2018-12-02 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Implement Darknet weight parser.
2018-12-01 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Fix YOLO conv layer bias.
2018-11-29 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Fix detection return.
2018-11-28 Zhijin Li <[email protected]>
* lib/yolov3tiny.py (PaddingSame): Fix max pooling padding.
(NearestInterp): Fix nearest neighbor upsample layer.
2018-11-27 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Fix conv layer padding.
2018-11-26 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Implement detection layer transform.
2018-11-25 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Fix routing layers.
Implement detection layer.
2018-11-21 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Fix YOLO constructor.
2018-11-19 Zhijin Li <[email protected]>
* LICENSE (met): Update license.
* lib/yolov3tiny.py: Implement YOLO model main loop.
2018-11-18 Zhijin Li <[email protected]>
* lib/yolov3tiny.py: Implement oute layer.
2018-11-13 Zhijin Li <[email protected]>
* lib/yolov3tiny.py (YOLO.__make_upsample): Modify repo
structure. Add YOLO config parser.
2018-11-12 Zhijin Li <[email protected]>
* lib/utils/utils.py: Restructure repo. Add YOLO detection project
entries.
2018-10-30 Zhijin Li <[email protected]>
* utils/utils.py: Fix image path param in load_img.
2018-10-29 Zhijin Li <[email protected]>
* README.md: Initialize repo.