Thanks for making the obman_render code available.
I am trying to render multiple views of obman. I installed everything based on your well written 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
same errors for blender_grasps,py also
I would like to know if you had also encountered this error at any point of time.
It would be a great help if you could have suggestions or hints to solve this error, because even after spending more than 2 days I could not find the reason(may be because, I am new to blender)
Thank in Advance!
Hoping to hear from you.
Thanks for making the obman_render code available.
I am trying to render multiple views of obman. I installed everything based on your well written 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
same errors for blender_grasps,py also
I would like to know if you had also encountered this error at any point of time.
It would be a great help if you could have suggestions or hints to solve this error, because even after spending more than 2 days I could not find the reason(may be because, I am new to blender)
Thank in Advance!
Hoping to hear from you.