vision_blender icon indicating copy to clipboard operation
vision_blender copied to clipboard

Where is the RGB image?

Open wangqingyu985 opened this issue 1 year ago • 3 comments

I saved the file into .npz format, but I could not find RGB image in this file? How can I get the RGB image?

wangqingyu985 avatar Mar 20 '23 08:03 wangqingyu985

The RGB is not generated by the addon, it is generated by Blender itself. Usually, if you render an animation, they automatically get saved in the path that you determined, but if it is a single image I think you need to save it after rendering.

Let me know if that worked.

Cartucho avatar Mar 20 '23 17:03 Cartucho

Thanks for your kindly reply and wonderful repo. I finally got the RGB image. While the normal map I saved using OpenCV was black all, the other maps such as depth map, masks and others all work well, what is the matter with normal map?

wangqingyu985 avatar Mar 21 '23 01:03 wangqingyu985

I can have a look, maybe some version updates changed the way they store the normal map. Which version of Blender are you using?

Cartucho avatar Mar 21 '23 09:03 Cartucho