Waymo_Kitti_converter
Waymo_Kitti_converter copied to clipboard
Add tensorflow v2 compatibility
just add
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
before
tf.enable_eager_execution()