ThibaultGROUEIX / AtlasNet

This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.
http://imagine.enpc.fr/~groueixt/atlasnet/
MIT License
678 stars 120 forks source link

AtlasNet checkpoint not available #78

Closed apicis closed 1 year ago

apicis commented 2 years ago

Hi @ThibaultGROUEIX, thank you for sharing the code.

When downloading checkpoint of the model using the trained_models/download_models.sh (https://cloud.enpc.fr/s/c27Df7fRNXW2uG3/download) related to the version 2.2 of the source code, the link seems to be broken or no longer available. Could you please help me with this?

Thanks.

ThibaultGROUEIX commented 2 years ago

Hi @apicis I am not sure what you are refering to. Can you point to trained_models/download_models.sh ? Are you perhaps not on the latest master branch? The models are here : https://drive.google.com/drive/folders/1If_-t0Aw9Zps-gj5ttgaMSTqRwYms9Ag

best regards, Thibault

kochsebastian commented 2 years ago

Do you still have the checkpoint compatible with V2.2? The state dict of the current ones is not compatible with V2.2

apicis commented 2 years ago

@ThibaultGROUEIX

Can you point to trained_models/download_models.sh ?

https://github.com/ThibaultGROUEIX/AtlasNet/blob/V2.2/trained_models/download_models.sh

Are you perhaps not on the latest master branch?

The README.md file states V2.2 is "more linear, script like, may be easier to understand at first" so I started from that. Do you have another suggestion to start?

Thanks

ThibaultGROUEIX commented 2 years ago

Hi @kochsebastian and @apicis ,

Unfortunately no, I recommend using the latest version of the code.

Thibault

ThibaultGROUEIX commented 1 year ago

Closing this since the issue is stale, feel free to reopen. Thanks a lot for for playing around with AtlasNet. Cheers, Thibault