-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to create a scenegraph from a custom image? #6
Comments
Simply try loading and passing your custom image in the line det_res = detector.forward_parallel(b) of the notebook. |
Sorry, can you tell me a little more? |
Hi. I want to put more than 1000 png/jpg images in the folder I designated and proceed with the scene graph generation. I want to save the generated scene graph and other results in a text file or json format. Also I would like to batch this. Is there a good way? |
hello~Have you found a way to solve it? I had the same problem |
Your research is very good, and it is very helpful to me. Thank you for always.
I would like to proceed with creating a scenegraph for my custom image.
Can you help me how I can do it?
I would like to modify the Jupiter notebook source code provided by you, if possible, to give a custom image as input.
The text was updated successfully, but these errors were encountered: