Commit cd381e3
Gk dev (#11)
* dlclive: add tf_config as parameter
* graph: add tfconfig, new full load graph function
* bench + display: add display to benchmarking, fix bugs in display
* fix bugs in display
* add kwargs to processors
* clean up load graph, color conversions
* dlclive: add kwargs to get_pose and init_inference
* add kalman filter processor
* kalmanfilter processor: update delta time
* dlclive: destroy display on close
* new analyze tools: speed bench, display, analyze pose and labeled video
* dlclive and graph: clean up/benign bug fix
* fix colormaps for display
* update readme: add benchmark info
* setup: add pandas and tables, needed for analyze_videos
* Update kalmanfilter.py
* change display_lik to pcutoff
* resolve setup and readme conflicts
* Update README.md
* fixed resize in python, check cmd
* Update README.md
* analyze: allow pixels/resize to be scalar or list
* fix TF warnings
* changed name to benchmark_videos
* Update README.md
* dlclive: tfgpu flip x and y
* name update
* additional metadata about benchmarking tests
- video path
- video codec
- video pixel format
- video fps
- video total frames
- resize
- original frame size
- resized frame size
- pixels
- dlclive_params
* added DLCLive.parameterization property to give a dict of the object's parameterization
* decode_fourcc to convert float versions of fourcc/codec codes to text (also works for other float opencv properties like pixel format)
also fixed placement of setting default resize in run_benchmark when pixels is not set
* bugfix: out_dir instead of output in if __name__ == "__main__" part of bench.py
* graceful failures when CAP_PROPS cant be gotten
* missing colon :(
* complete convert analyze to benchmarking
* don't require frame to init_inference unless tflite
* don't require frame to init_inference unless tflite
* don't require frame to init_inference unless tflite
* incorrect signature
* getting from sys_info
* kalmanfilter: add likelihood threshold
* teensylaser: fix bug
* dlclive: formatting, pass frame to init inference optional
* utils: add decode_fourcc
* benchmark: more info, remove need for pandas
* Update run.py
* Update version.py
let's bump to first release on pypi as 0.0.1
* Update reinstall.sh
* Update setup.py
* added example processors, fixed headers
* Update install_jetson.md
* Update README.md
Co-authored-by: gkane <[email protected]>
Co-authored-by: sneakers-the-rat <[email protected]>1 parent 5407e63 commit cd381e3
File tree
24 files changed
+1287
-389
lines changed- benchmarking
- dlclive
- processor
- teensy_laser
- docs
- example_processors
- DogJumpLED
- teensy_leds
- MouseLickLED
- teensy_leds
- TeensyLaser
- teensy_laser
24 files changed
+1287
-389
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
9 | | - | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| 143 | + | |
| 144 | + | |
139 | 145 | | |
140 | 146 | | |
141 | 147 | | |
| |||
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
171 | 216 | | |
172 | 217 | | |
173 | 218 | | |
174 | | - | |
175 | | - | |
| 219 | + | |
176 | 220 | | |
177 | 221 | | |
178 | 222 | | |
| |||
181 | 225 | | |
182 | 226 | | |
183 | 227 | | |
184 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
185 | 236 | | |
186 | 237 | | |
187 | 238 | | |
| |||
200 | 251 | | |
201 | 252 | | |
202 | 253 | | |
203 | | - | |
| 254 | + | |
| 255 | + | |
204 | 256 | | |
205 | 257 | | |
206 | 258 | | |
207 | 259 | | |
208 | 260 | | |
209 | 261 | | |
210 | 262 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| 263 | + | |
214 | 264 | | |
215 | 265 | | |
216 | 266 | | |
| |||
221 | 271 | | |
222 | 272 | | |
223 | 273 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
229 | 296 | | |
230 | 297 | | |
231 | 298 | | |
| 299 | + | |
232 | 300 | | |
233 | 301 | | |
234 | 302 | | |
| |||
283 | 351 | | |
284 | 352 | | |
285 | 353 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
304 | 375 | | |
305 | 376 | | |
306 | 377 | | |
| |||
0 commit comments