tensorflow_object_counting_api
tensorflow_object_counting_api copied to clipboard
Fixed the compatibility problems caused by tensorflow2 version.
Just replaced tensorflow imports with tensorflow.compat.v1 and added tf.disable_v2_behavior thats all.