3dssg icon indicating copy to clipboard operation
3dssg copied to clipboard

3D scene graph generation using GCN

Results 8 3dssg issues
Sort by recently updated
recently updated
newest added

Hello, thanks for your great work. I setup this project following your guide and use the provided [pointnet_cls_best_model.pth](https://github.com/wffancy/3dssg/blob/master/pointnet_cls_best_model.pth) as pre-trained model to train 100 epochs. Through the provided visualization code,...

Hi! Thanks for your great work. I'm a student in Beijing and I wanna reproduce your work. I saw the code link in 《3D scene graph prediction from point clouds》,...

Hello, Thanks for your code first. I hope to get scene graph file(objects.json, relationships.json) for new data. But I think I can get only visualization file with --vis and --use_pretrained....

when I run on gpu, there is an error: ![image](https://user-images.githubusercontent.com/53325998/148696463-eb002869-79f0-42cc-8085-b89db09d35ae.png) how can I fix this without changing the code

Hi! Thanks for your great work. I'm a student in Beijing and I wanna reproduce your work. But I have a question that where can I get the files "relationships_train.json"...

Hi. Can you tell me the hyperparameter you use, I train the model but it not convergence.

I was able to get your program to work, I tried visualize(data_dict, model, obj_class_dict, pred_class_dict) using model_last.pth. obj_pred_cls is all set to 88 and There is nothing drawn in the...

Hello, thank you for the great work! I ran the python scrpits/train.py code to train the model you provided, but I got an error that there is no dataset. I...