pointnet2-tensorflow2 icon indicating copy to clipboard operation
pointnet2-tensorflow2 copied to clipboard

Pointnet++ modules implemented as tensorflow 2 keras layers.

Results 7 pointnet2-tensorflow2 issues
Sort by recently updated
recently updated
newest added

Hi, I'd like first of all to thank you for publishing your code, it's very helpful. I am currently trying to train my own dataset using PointNet++ and semantic segmentation...

Hi, thank you for your great work. I am trying to reproduce your training but I can not down load data from your google drive : https://drive.google.com/open?id=1v5B68RHgDI95KM4EhDrRJxLacJAHcoxz due to permission...

Model cannot be saved because the input shapes have not been set. Usually, input shapes are automatically determined from calling `.fit()` or `.predict()`. To manually set the shapes, call `model.build(input_shape)`....

Specify the dimension to squeeze, this avoids redundant dimensionality checks and expansions

I tried to compile tf_ops with cuda 11.8 and -std=c++17. When I run the train code I get this error. How can I fix it? **Traceback (most recent call last):...

How can i make predictions with model.predict()? Can you please provide some sample code which i can place directly below the model.fit function for predicting a single point cloud and...

Do I need to make a setup.py file?