pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Result path of pointcnn

Open narges-tk opened this issue 1 year ago • 4 comments

🐛 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?

narges-tk avatar Jan 25 '24 09:01 narges-tk

To which examples are you referring to? In general, the PyG examples do not store checkpoints/results.

rusty1s avatar Jan 29 '24 07:01 rusty1s

I am currently using pointCNN code in benchmark>points folder. I'm looking for getting the predicted labels for my test dataset.

narges-tk avatar Jan 29 '24 15:01 narges-tk

You can modify the test function here and let it also return the predicted labels. Would that work for you?

rusty1s avatar Jan 31 '24 18:01 rusty1s

It worked. Thanks!

narges-tk avatar Feb 15 '24 13:02 narges-tk