Regrading Tensorflow R-cnn resnet and boxes #26
MagnusGabell
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi! Yeah, you should be able to use that model using the load and score Tensorflow methods. Is the model available online anywhere? I can try it as well to see what the pipeline should look like. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I hope you can assist. Dont know if I am in deep waters or if this is simple. I have a tensorflow model faster r-cnn resnet50 that I would like to consume and use in a C# .net6 project. I want to classify objects in images and get boxes and confidence.
Is this something you have done and/or can point to any sources where I can get this. I saw a tutorial about it but it was using ONNX format and I cant change the model. I want to do what you do with inception-model and consume it directly similar to your example but
with boxes too. Also have the second question in another discussion about the labels. :D
Beta Was this translation helpful? Give feedback.
All reactions