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

Tensorflow 1 tutorial does not create labelmap.pbtxt file #156

Open
arrrrny opened this issue Mar 14, 2023 · 2 comments
Open

Tensorflow 1 tutorial does not create labelmap.pbtxt file #156

arrrrny opened this issue Mar 14, 2023 · 2 comments

Comments

@arrrrny
Copy link

arrrrny commented Mar 14, 2023

I ran the code twice, I added bird, squirrel, raccoon at step 10 but no luck
Screenshot 2023-03-14 at 1 58 30 PM
Getting this error
Screenshot 2023-03-14 at 1 57 42 PM

Please help

@Junaid0411
Copy link

Junaid0411 commented Mar 22, 2023

I have the same issue, have you found a fix by any chance? Are you using jpg or png images?

@EdjeElectronics
Copy link
Owner

Sorry guys, I won't be able to help with this for a while. I'm not sure what the issue is. For now, you can use the labelmap.pbtxt from my playing card detector as an example:

item {
  id: 1
  name: 'nine'
}

item {
  id: 2
  name: 'ten'
}

item {
  id: 3
  name: 'jack'
}

item {
  id: 4
  name: 'queen'
}

item {
  id: 5
  name: 'king'
}

item {
  id: 6
  name: 'ace'
}

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

3 participants