chenhsuanlin / photometric-mesh-optim

Photometric Mesh Optimization for Video-Aligned 3D Object Reconstruction :globe_with_meridians: (CVPR 2019)
MIT License
208 stars 25 forks source link

Pretrained AtlasNet not found #8

Closed ivansipiran closed 3 years ago

ivansipiran commented 3 years ago

Hi,

I am trying to replicate the training. However, I could not find the file "ae_atlasnet_25.pth" in the AtlasNet repository. Please could you give me more information about where to find the pretrained AtlasNet?

Best regards

chenhsuanlin commented 3 years ago

It seems that the AtlasNet repo has been greatly refactored. I think the pretrained model probably corresponds to atlasnet_autoencoder_25_squares/network.pth in https://github.com/ThibaultGROUEIX/AtlasNet/blob/master/doc/demo.md. Just a bit of renaming in the code and you should be good to go 🙂