iitzco / faced

πŸš€ 😏 Near Real Time CPU Face detection using deep learning
MIT License
548 stars 150 forks source link

Porting to πŸ¦€Rust! #31

Open drbh opened 4 years ago

drbh commented 4 years ago

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-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 😁