thangvubk / SoftGroup

[CVPR 2022 Oral] SoftGroup for Instance Segmentation on 3D Point Clouds
MIT License
346 stars 81 forks source link

Could u explain what is the meaning of _inst_nostuff.pth? #97

Open hawkinglai opened 2 years ago

hawkinglai commented 2 years ago

Hello, I am a new beginner in 3D deep learning, could u explain what is the meaning of _inst_nostuff.pth and what is used to do?

I open it, I found a data.pkl and version, what they are standing for?

I will appreciate u if u could answer these questions.

KtK99 commented 2 years ago

a .pth file can be read by torch.load function. Try. Hope that helps.