Open donggu-kang opened 3 years ago
Simply try loading and passing your custom image in the line det_res = detector.forward_parallel(b) of the notebook. Make sure the image is in the appropriate shape and range of values, which you can see by inspecting tensor b for GQA images.
Simply try loading and passing your custom image in the line det_res = detector.forward_parallel(b) of the notebook. Make sure the image is in the appropriate shape and range of values, which you can see by inspecting tensor b for GQA images.
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?
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.