Hello,
I am trying to render multiple views using the code. I installed everything as the given instructions.
But when I launch the blender using the commands provided in GitHub page, I am getting an error message at thie line
File “./blender_hands.py”, line 223, in run
segm_img = cv2.imread(tmp_segm_path)[:, :, 0]
TypeError: ‘NoneType’ object is not subscriptable
I am not able to find why the rendered segmented image is None. Any suggestions in debugging would be really helpful
Thank in Advance!