Andreas Franzén
Andreas Franzén
Any update on this?
@LegNeato have you seen anything that would take a graphql query like in the example in juniper_eager_loading ``` query SomeQuery { allUsers { country { id } } } ```...
Seems I'm looking for something like https://github.com/join-monster/join-monster for rust.
This would be nice to have, why is this not merged?
@ozett there's also a [export.py](https://github.com/ultralytics/yolov5/blob/master/export.py) in the repo. I'm currently moving from pytorch+yolov5s to frigate. I'm only using cpu for detection and would really like to yolo instead because the...
@ozett actually I've managed to integrate yolov5s with smaller images. I don't have a tpu so don't know if that works but I'm getting detection fps around 5-9. And currently...
> > @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...
@ozett [here](https://github.com/blakeblackshear/frigate/pull/3099) you go =)
@ozett correct, the models linked are exported versions of yolov5 that runs on tensorflow-lite without any pytorch stuff. > (yolov3 was simple small, but yolov5 seems different, and yolov5.tflite is...
If I were to do the requested changes, how would I go about doing that? Checkout @MeaningOfLights branch, add commits and create a new PR against main? Or is there...