Result path of pointcnn
🐛 Describe the bug
I have successfully run PointCNN by "python point_cnn.py ""command. However I find no specific result folder. I also tried "python point_cnn_Narges.py --inference". I am still confused about where the checkpoints and results are stored. Could you please guide me?
To which examples are you referring to? In general, the PyG examples do not store checkpoints/results.
I am currently using pointCNN code in benchmark>points folder. I'm looking for getting the predicted labels for my test dataset.
You can modify the test function here and let it also return the predicted labels. Would that work for you?
It worked. Thanks!