I think this is an awesome project and great example of using tensorflow in a fast, reliable and CPU backed way.
In an effort to better understand how to create Tensorflow + Rust apps I started to port faced to Rust here: https://github.com/drbh/faced-rs
I have most of the core logic completed (load and run the two models) but need to finish writing the non_max and IOU functions.
Just wanted to share the repo and thank you for the awesome project! Also I would love to hear any feedback you have - or ways that faced-rs can be improved π
Hey @iitzco
I think this is an awesome project and great example of using tensorflow in a fast, reliable and CPU backed way.
In an effort to better understand how to create Tensorflow + Rust apps I started to port
faced
to Rust here: https://github.com/drbh/faced-rsI have most of the core logic completed (load and run the two models) but need to finish writing the non_max and IOU functions.
Just wanted to share the repo and thank you for the awesome project! Also I would love to hear any feedback you have - or ways that
faced-rs
can be improved π