charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.17k stars 902 forks source link

Missing () at train.py print "--- Get training operator" and in other files #218

Open paulwingert865 opened 3 years ago

apalapramanik commented 1 year ago

I am facing the same issue. Any solution?

rawatsaurabh commented 1 year ago

print("--- Get training operator") add a parenthesis in print . It should fix this and all other print statement.