TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard

Tensorflow 1 tutorial does not create labelmap.pbtxt file

Open arrrrny opened this issue 2 years ago • 2 comments
trafficstars

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

arrrrny avatar Mar 14 '23 11:03 arrrrny

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

Junaid0411 avatar Mar 22 '23 13:03 Junaid0411

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'
}

EdjeElectronics avatar Mar 22 '23 15:03 EdjeElectronics