Depth, normal etc are being calculated every time, even when not necessary.

#7
by entityinarray - opened

When asking multiple questions about the same image in Visual Question Answering tab, space recalculates all the depth, edge, normal stuff every single time, even when the image was not changed

Yes, the input image will be saved and replaced every time for each query. A possible solution is to md5sum to check whether the input image is the same and avoid re-generating expert labels.

But I am a bit busy with other stuff at the moment, and I will be happy if you can contribute that implementation.

Resolved with the current version.

shikunl changed discussion status to closed

Sign up or log in to comment