rust icon indicating copy to clipboard operation
rust copied to clipboard

Do have any examples of object recognition?

Open Jzow opened this issue 2 years ago • 3 comments

I saw some models available on tensorflow models but as a beginner, I am not very good at using rust to load these models for image recognition

Jzow avatar Aug 07 '23 10:08 Jzow

Unfortunately, there are no examples of object detection so far. I'll have to try to implement an In/Out node based on the following image classification example, although with Rust it may be difficult to do pre-processing, post-processing, and visualization.

https://github.com/tensorflow/rust/tree/master/examples/mobilenetv3

dskkato avatar Aug 12 '23 12:08 dskkato

Unfortunately, there are no examples of object detection so far. I'll have to try to implement an In/Out node based on the following image classification example, although with Rust it may be difficult to do pre-processing, post-processing, and visualization.

https://github.com/tensorflow/rust/tree/master/examples/mobilenetv3

Thanks, we need to use deep learning in embedded systems, so we use with the TensorFlow framework. However, there are not many examples of deep learning in the rust lang, but the performance of the rust language is good. We will spend a lot of time doing some work on this in the future

Jzow avatar Aug 13 '23 10:08 Jzow

@Jzow how's that work going, and is any of it open source?

MobilenetModel avatar Aug 02 '24 05:08 MobilenetModel