Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph not generated #1

Closed
abhijeetnijampurkar opened this issue Sep 9, 2019 · 3 comments
Closed

Graph not generated #1

abhijeetnijampurkar opened this issue Sep 9, 2019 · 3 comments

Comments

@abhijeetnijampurkar
Copy link

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
Copy link

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
Copy link

willxxy commented Oct 28, 2022

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

@bibekyess
Copy link

Yeah, it is solved. #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants