Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do have any examples of object recognition? #412

Open
Jzow opened this issue Aug 7, 2023 · 2 comments
Open

Do have any examples of object recognition? #412

Jzow opened this issue Aug 7, 2023 · 2 comments

Comments

@Jzow
Copy link

Jzow commented Aug 7, 2023

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

@dskkato
Copy link
Contributor

dskkato commented Aug 12, 2023

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

@Jzow
Copy link
Author

Jzow commented Aug 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants