-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I try to use this engine parallelly using concurrent.futures.ThreadPoolExecutor, something went wrong,
I do something like
render_args = (render_engine, image.world_to_camera, near, far, rgb_dir, depth_dir, image)
future = executor.submit(render_and_save_image, render_args)
and the rendered image is not correct
Metadata
Metadata
Assignees
Labels
No labels