facebookresearch / DepthContrast

DepthContrast self-supervised learning for 3D
Other
267 stars 35 forks source link

Pretrained models of PointNet++ cannot be extracted #10

Closed 990706TJGU closed 3 years ago

990706TJGU commented 3 years ago

Hello, I tried to download the models from links of Model Zoo, but none of these files can be extracted. Can you help to analyze the reason? Many thanks!

zaiweizhang commented 3 years ago

Yes. Those files are pytorch checkpoint files. You will need to load with pytorch library. Like the following: model = torch.load(PATH)

990706TJGU commented 3 years ago

Thanks for your reply! Can you reveal which pytorch version did you use for this project?

zaiweizhang commented 3 years ago

We used pytorch 1.5. All the required packages are listed here.