Are you able to generate a matte image where multiple objects are rendered to a single channel?
For sample object_ids [1,2,4,5,6,7,8,9,10] -> RED and [3] -> GREEN
Expressions would also be useful to express the mapping between object ids and colour channels
"(id <= 10) && id != 3" -> RED
"id ==3" -> GREEN
Thanks
- Don
For sample object_ids [1,2,4,5,6,7,8,9,10] -> RED and [3] -> GREEN
Expressions would also be useful to express the mapping between object ids and colour channels
"(id <= 10) && id != 3" -> RED
"id ==3" -> GREEN
Thanks
- Don
Comment