AtlasNet
AtlasNet copied to clipboard
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) fr...
Hello and thanks for sharing your code. I've got a problem. I've launched train.py --demo on your plane picture and it works fine, but i've tried to use my own...
hi,friend,your work is really charming,but i can not download your V2 version datas,such as customShapeNet and ShapeNetRendering,can you upgrades these datasets download links,thank you very much
Hello, I would like to download the datasets from branch **V2.2**, but the links in this script (https://github.com/ThibaultGROUEIX/AtlasNet/blob/V2.2/data/download_data.sh) are invalid. (Not the datasets from V1, the datasets from V1 are...
``` Traceback (most recent call last): File "train.py", line 21, in trainer.build_network() File "/cluster/projects/radiomics/Temp/sejin/AtlasNet/model/trainer_model.py", line 31, in build_network self.reload_network() File "/cluster/projects/radiomics/Temp/sejin/AtlasNet/model/trainer_model.py", line 42, in reload_network self.network.module.load_state_dict(torch.load(self.opt.reload_model_path, map_location='cuda:0')) File "/cluster/home/sejinkim/miniconda3/envs/atlasnet/lib/python3.6/site-packages/torch/nn/modules/module.py", line...
(atlasnet) yukailin@yukailin-TUF-GAMING-FX504GD-FX80GD:/media/yukailin/SSD/Desktop/YK-Research/AtlasNet$ sudo bash dataset/download_shapenet_pointclouds.sh When using the provided data make sure to respect the shapenet [license](https://shapenet.org/terms). mkdir: 無法建立 「data」 目錄: 檔案已存在 --2021-04-01 20:13:34-- https://docs.google.com/uc?export=download&confirm=&id=1MMCYOqSalz77dduKahqDEQKFP9aCvUCy 正在查找主機 docs.google.com (docs.google.com)... 172.217.24.14, 2404:6800:4012:1::200e...
hi,friend,your work is really charming, I want to follow this project. could you release the pretrained resenet model under shapenet?
Traceback (most recent call last): File "c:\Users\byung\Desktop\AtlasNet-master\train.py", line 14, in torch.cuda.set_device(opt.multi_gpu[0]) File "C:\Users\byung\anaconda3\Lib\site-packages\torch\cuda\__init__.py", line 350, in set_device torch._C._cuda_setDevice(device) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'torch._C' has no attribute '_cuda_setDevice' I tried to run...
Hello, thanks a lot for sharing. I want to use the pre-trained autoencoder model to meshing point cloud data(2048 points sampling from ShapeNet). I encountered two problems: ### Poor performance...
Hi! Is it possible to use AtlasNet to get the latent space representation of pointcloud (describing a manifold)? I would then like to be able to learn the Riemannian metric...