naderafshari
naderafshari
I get the exact same problem on Debian even after removing the mac .DS_Store file. frames folder is empty. Is the data ok? Thank you in advance $ python processor.py...
in processor.py instead of... for video in videos[1:]: used this... for video in videos:
There are nightly builds?
cool cool cool! pip install tensorflow==1.8.0 --index-url https://www.piwheels.org/simple I had to install a bunch of packages but after that it installed. Thank you so much... >>> import tensorflow as tf...
I have the same issue. Was this problem resolved?
thank you for respoding @NanoNets label_map.pbtxt has this... item { name: "roll" id: 1 } item { name: "sleep" id: 2 } item { name: "lay" id: 3 } item...
problem seem to be in here ObjectDetectionPredict_class.category_index[c]['name'] when replace it with a constant string, it prints out
ObjectDetectionPredict_class.category_index contains... {1: {'id': 1, 'name': u'roll'}, 2: {'id': 2, 'name': u'sleep'}, 3: {'id': 3, 'name': u'lay'}, 4: {'id': 4, 'name': u'stand'}} I don't know if the character u in...
Sorry for my ignorance but why there are 100 entries in classes[0] and scores[0] where there are only 4 classes in my case? Also, I've noticed on a RPI3B+ a...