mtcnn icon indicating copy to clipboard operation
mtcnn copied to clipboard

Tensorflow Rust Implementation of MTCNN - https://cetra3.github.io/blog/face-detection-with-tensorflow-rust/

Results 1 mtcnn issues
Sort by recently updated
recently updated
newest added

I saw your blog post on using tensorflow with rust. I'm trying to use your code as a template and use this [model](https://github.com/alexanderkroner/saliency) instead. This is the [.pb file](https://drive.google.com/uc?id=1Xy9C72pcA8DO4CY0rc6B7wsuE9L9DDZY&export=download) I'm...