DSG-Net icon indicating copy to clipboard operation
DSG-Net copied to clipboard

Code for 'DSG-Net: Learning Disentangled Structure and Geometry for 3D Shape Generation'

Results 11 DSG-Net issues
Sort by recently updated
recently updated
newest added

**Description:** The provided `conf.pth`-files seem inconsistent with the provided dataset (cmp. Example below). The dataloader `PartGraphShapesDataset` uses the provided argument `data_path` for `self.data_dir`. Later, in the function `__getitem__(...)` the geometric...

Why did you comment out the structure decoding? Is it not the idea of the paper to decode the geometry AND the structure independently? https://github.com/IGLICT/DSG-Net/blob/6c6d117525686fcca14b3efe477dfdb37737b55a/code/model_dsmnet_full.py#L648-L649 https://github.com/IGLICT/DSG-Net/blob/6c6d117525686fcca14b3efe477dfdb37737b55a/code/model_dsmnet_full.py#L655 https://github.com/IGLICT/DSG-Net/blob/6c6d117525686fcca14b3efe477dfdb37737b55a/code/model_dsmnet_full.py#L702

When loading an object with the provided dataloaders I get different number of values for `part_boxes`. Using `PartGraphShapesDataset` from `datav1.py` the Tensor has 10 values, when using `PartGraphShapesDataset` from `data_snv1.py`...

Hi, I just wanted to try out another model, in particular the `exp_vae_chair-full` model. Thus I updated the evaluation script: ``` CUDA_VISIBLE_DEVICES=0 python eval_recon_sn.py \ --exp_name 'exp_vae_chair-full' \ --test_dataset 'test_no_other_less_than_10_parts.txt'...

**Description:** I suppose, that the code in `datav1.py` has a bug in line 572. The returned semantic labels are a concatenation of all parent node labels down to the leaf...

After running the script `code\scripts\eval_vae_chair.sh` I managed to encode and decode some shapes. Unfortunately, all reconstructed models `recon.json` have the parameter "id" set always to 0. Upon inspecting the code...

Hello all, I just tried to run you code, but unfortunately I could not. I created a new fresh environment and installed all dependencies & packages. Next, I downloaded the...

Hello, Your code tries to import: `from data import PartNetDataset` But there's no such file / class. Is there a solution? Thanks!

Hi, @daerduoCarey, Thanks for releasing the package. When I run script `bash scripts/train_vae_chair.sh`, I got the following error: ``` Using device: cuda:0 Object Category: Chair Random Seed: 3124256514 ../data/partnetdata/Chair_dgeo/../cube_meshinfo.npz Traceback...

Hi, I was trying to install the dependencies listed in the requirements.txt in my windows PC, and I'm using python 3.7.4, but some of the packages' versions seems not available...