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!
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!