3-D-Scene-Graph icon indicating copy to clipboard operation
3-D-Scene-Graph copied to clipboard

3D scene graph generator implemented in Pytorch.

Results 8 3-D-Scene-Graph issues
Sort by recently updated
recently updated
newest added

Hi there, While I'm trying to run the model, when it reaches line 145 in scene_graph_tuning.py it returns this error. do you know What could be the reason and how...

Error is generated as a result of [this](https://github.com/Uehwan/3-D-Scene-Graph/blob/0deb403f77f43c48fd730091fb8cd065a3dc0a59/model/vis_tuning.py#L21) function call.

Why there are the segmentation fault, where the data cannot be copied to cuda, model cannot be copied to cuda e.g., At step 3 ''' 3. Object Detection & Scene...

Thanks for your great job. And here I want to report some bugs and I have remedied them. 1. In the https://github.com/Uehwan/3-D-Scene-Graph/blob/0deb403f77f43c48fd730091fb8cd065a3dc0a59/object_prior_extraction.py#L45 and https://github.com/Uehwan/3-D-Scene-Graph/blob/0deb403f77f43c48fd730091fb8cd065a3dc0a59/relation_prior_extraction.py#L103, the key 'name' may not appear...

When I run the scene_graph_tuning.py with args you show in the readme, I can't get the scene graph in the window of '3D scene graph'. Are there any code or...

Thank you for your all excellent work, but I can not find model/prior/raw/relationships.json

Would you please: - port the whole thing to python3 and - rewrite it using the current pytorch (1.0.1 at the moment of this post) ?