charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.59k stars 538 forks source link

Has anyone converted the code from tf1 to tf2 successfully? #130

Open chenyu31 opened 2 years ago

chenyu31 commented 2 years ago

Hello! When I change some functions to the functions of tf2, it will report similar as TypeError “Expected an int or a list/tuple of ints for the argument 'axis', but received: <tf.Tensor 'conv1/BiasAdd:0' shape=(32, 1024, 1, 64) dtype=float32>” How to fix the error?