blakeblackshear.frigate/frigate
Sean Vig 80f8256422 Improve handling of object matching
Use `np.unique` to determine the correct set of row/col pairs to iterate
over when doing the object matching without needing to track which rows
or columns have already been seen.  Add to some of the accompanying
documentation to clarify this algorithm.

Also fix what looks to be an erroneous early return, and change this to
a continue.
2021-05-22 08:04:38 -05:00
..
test formatting cleanup 2021-02-25 07:01:57 -06:00
__init__.py
__main__.py formatting cleanup 2021-02-25 07:01:57 -06:00
app.py Add support for NGINX VOD Module 2021-05-22 07:48:44 -05:00
config.py remove tmpfs_cache_size option 2021-02-25 07:01:59 -06:00
const.py formatting cleanup 2021-02-25 07:01:57 -06:00
edgetpu.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
events.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
http.py Add support for NGINX VOD Module 2021-05-22 07:48:44 -05:00
log.py Add support for NGINX VOD Module 2021-05-22 07:48:44 -05:00
models.py
motion.py formatting cleanup 2021-02-25 07:01:57 -06:00
mqtt.py formatting cleanup 2021-02-25 07:01:57 -06:00
object_processing.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
objects.py Improve handling of object matching 2021-05-22 08:04:38 -05:00
process_clip.py Improve ffprobe executions 2021-05-22 07:48:00 -05:00
record.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
stats.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
util.py formatting cleanup 2021-02-25 07:01:57 -06:00
video.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
watchdog.py Wait on stop event when possible 2021-05-22 07:54:16 -05:00
zeroconf.py formatting cleanup 2021-02-25 07:01:57 -06:00