You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
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
The text was updated successfully, but these errors were encountered: