-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Dear author,
Thank you for your amazing work! I am inferencing/testing on your sample test data (test_scan_002).ply using your pretrained model. However I faces a problem that the model is not correctly predict the body parts.
When I use body part = 4 (and the corresponding pretrained weight best_4_class.pt), I got everything classified as one class:

Similarly, for body part = 6, I got

I deleted the processed folder each time when changing the body part numbers.
My folder structure looks like:
test_data/
----------raw/
---------------test_scan_002.ply
ply_data/
----------input/
----------------test_scan_002.ply
My environment are: Pytorch 2.2.2, Python 3.8, torch-geometric 2.5.2.
Any insights would be much appreciated! Thank you for your time.
Kind regards,
David
