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

Display predicted scene graph #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adaminsky
Copy link

Notes:

  • The predicted scene graph is generated using a slightly modified version of https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch with the help of Yinjun.
  • The above model produces custom_prediction.json and custom_data_info.json which unfortunately do not follow the same format as the provided ground truth in scene_graphs.json.
  • I have very limited knowledge of JQuery, but I know that the way I load the JSON files is wrong because it is happening in parallel which causes it to attempt to output the data before all of it has been fully loaded.
  • Running this crashed my computer because the custom_prediction.json file is too large.

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

Successfully merging this pull request may close these issues.

1 participant