Coco annotations #552
Answered
by
themasterlink
daeyeoplee
asked this question in
Q&A
-
I am gonna make coco annotations with my 3D modeling object. |
Beta Was this translation helpful? Give feedback.
Answered by
themasterlink
Apr 15, 2022
Replies: 1 comment 1 reply
-
Hey, this line creates the color image: If you execute this example, Without a camera pose you can not render anything ;) Best, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
daeyeoplee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
this line creates the color image:
BlenderProc/examples/advanced/coco_annotations/main.py
Line 41 in 53a72ad
If you execute this example,
data["colors"]
should exist. If there is notdata["colors"]
it might be that you have not set any camera poses:BlenderProc/examples/advanced/coco_annotations/main.py
Line 35 in 53a72ad
Without a camera pose you can not render anything ;)
Best,
Max