Tensorflow 2.0 Object Detection API Demo Error Int() Argument Must Be A String, A Bytes-like Object Or A Number, Not 'Tensor'
I'm trying to implement the code from 'object_detection_tutorial.ipynb' on my local machine to change some parts and play around. This tutorial is a huge mess and I'm trying really
Solution 1:
Guys I've fixed the problem. Apparently, I had a problem with my Tensorflow installation. So, I've deleted all the related installation and re-installed everything.
The problem should be related to this because TF v2.0 has Tensor to int conversion already.
Post a Comment for "Tensorflow 2.0 Object Detection API Demo Error Int() Argument Must Be A String, A Bytes-like Object Or A Number, Not 'Tensor'"