TF_CenterNet
TF_CenterNet copied to clipboard
AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute 'decode'
I have this issue trying to run "train.py"
File "/home/andrea/virtualenv/TF_CenterNet/utils/generator.py", line 13, in process_data line = line.decode()
AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute 'decode'
Hello, have you solved this problem, I also encountered the same problem