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

TypeError: Post object detection #7

Open
MateaQ opened this issue Aug 31, 2021 · 0 comments
Open

TypeError: Post object detection #7

MateaQ opened this issue Aug 31, 2021 · 0 comments

Comments

@MateaQ
Copy link

MateaQ commented Aug 31, 2021

Hello,

I'm trying to make an object detection, using the node Tf-model, with my custom Tensorflow.js model. I was inspired by this tutorial:
https://developer.ibm.com/tutorials/building-a-machine-learning-node-for-node-red-using-tensorflowjs//#deploy-node-red-with-tensorflow-js-in-the-cloud

This is what it looks like:
1

Tf model gives me these results:
5

But I would like to get a nicer format: like ClassName, score. So I used post object detection node, but it throws me an error:
2

Post object detection node points to the classes of my model.
3

{ "0": "zakrivljene skare", "1": "Hvataljke", "2": "Skalpel", "3": "Ravne skare", "4": "Pinceta" }

Does anyone know how I could solve this problem? I would be very grateful.

Thanks in advance,
Matea

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

1 participant