toz
toz
maybe should be designed as a second AI-level? means ["chaining" ](https://github.com/blakeblackshear/frigate/discussions/1697)AI? like its discussed for utilitize also other AI-models tor object classification in frigate?
would be great to see detection-results side-by-side from yolo3 vs tensoflow-lite . on my experiments yolo did also slightly better on static images. would be interesting to see the fps...
> Do you think this would be better for CPU too? i did not measure my yolo code on CPU, but ist running over a year and did not notice...
> Very excited about YoloV4-tiny, but really curious to try Yolo V3 do you have yolov4-tiny running with frigate? some instructions to get started? greatly interested to to try this...
YOLOv5 could somehow run as an edgeTPU model now... anybody got into this? https://github.com/ultralytics/yolov5/pull/3630#issuecomment-976300814 edit: seems that there are precomiled model available:  https://github.com/ultralytics/yolov5/releases/download/v6.0/yolov5l.mlmodel
yolo v5 with pytorch is a heavy-weight champion. maybe not so easy to integrate like yolo v3/v4 i had some times with it for using birds-detection in doods2 https://github.com/snowzach/doods2/issues/38
> @ozett actually I've managed to integrate yolov5s thats great news. did you documented it anywhere? github? do you still have the functionality of frigate post-detections? i thought that responseformats...
@triptec here you use yolov5 as [a converted .tflite model](https://github.com/ultralytics/yolov5/issues/4586)? not in its full form with the whole pytorch stuff? (yolov3 was simple small, but yolov5 seems different, and yolov5.tflite...
jetson nano uses heavily gstreamer instead of ffmpeg, but AI should be perfect on jetson nano ... and on NVIDIA Cards. nvidia container already done... "only" tensorRT missing, i guess
Thanks for that [ #145](https://github.com/blakeblackshear/frigate/pull/145) link. Great source to get more links on jetson-nano, cuda, tensor-RT and approaches to "frigate" all this DOODS: https://github.com/snowzach/doods WATSOR: https://github.com/asmirnou/watsor AI-PERSON-DETECTOR: https://github.com/wb666greene/AI-Person-Detector ----------- >...