ranjaykrishna / GraphViz

Simple library to automatically visualize graph structures, especially scene graphs.
Other
46 stars 5 forks source link

Graph not generated #1

Closed abhijeetnijampurkar closed 5 years ago

abhijeetnijampurkar commented 5 years ago

Input json file: { "url": "https://cs.stanford.edu/people/rak248/VG_100K/61512.jpg", "objects": [ {"name": "horse"}, {"name": "grass"} ], "attributes": [ {"attribute": "brown", "object": 1072844}
], "relationships": [ {"predicate": "IN", "object":1072845 , "subject":1072844 }
] }

Output attached: output

bibekyess commented 2 years ago

Hi, Interestingly, I am also facing the same issue on my desktop. But, when I run it on my laptop, there is no issue. But, since I want to run on my desktop, can you please share how did you solve this problem? Thank you!

willxxy commented 1 year ago

@abhijeetnijampurkar @bibekyess did you guys get any updates on this? I am running into the same problerm

bibekyess commented 1 year ago

Yeah, it is solved. https://github.com/ranjaykrishna/GraphViz/issues/2#issuecomment-1366317116