pointnet2-tensorflow2
pointnet2-tensorflow2 copied to clipboard
Model prediction
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 a batch of point clouds (by using the data stored within val_ds for instance). Thanks in advance!