Anil Ozyalcin
Anil Ozyalcin
Ok I have some updates. It turns out that the person-detection-0201 model also requires `nchw` format. Applying this change made that model work! As for yolox, your suggestion to change...
I modified openvino.py in the plugins folder to accommodate a yolo model, but I am unfortunately a noob when it comes to deploying/building docker containers. I committed my changes to...
I have successfully implemented the yolox_tiny model! It was a bit of a PIA but it works haha. I would love to make a PR to check this in, but...
> > I have successfully implemented the yolox_tiny model! It was a bit of a PIA but it works haha. I would love to make a PR to check this...
For those interested, I am working on a PR to integrate yolox support into Frigate. If anyone wants to try it, give it a go. It's 99% there. [https://github.com/aeozyalcin/frigate/tree/openvino_yolox](https://github.com/aeozyalcin/frigate/tree/openvino_yolox)
[https://github.com/blakeblackshear/frigate/pull/5285](https://github.com/blakeblackshear/frigate/pull/5285)
https://github.com/blakeblackshear/frigate/pull/5285 All merged and good to go. Closing the issue. Now I am taking a crack at adding support for YOlOv5, but no promises.
> Any guide/details on what omz_downloader config you used for processing the model? I'm keen to use it to solve/test some of the false positives I was having with ssdlite....
> Very nice work @aeozyalcin. Looking forward to the new beta to try this. > > How are your experiences so far between `yolox_tiny` and `ssdlite_mobilenet_v2` ? I am liking...
Exactly. I am running a 1080p stream through the model. I found that Frigate will not "zoom in" the section of motion and upscale it to the model input dimensions....