import os import os.path as osp # will be update in exp num_gpus = -1 ## input, output size input_img_shape = (256, 256) input_body_shape = (256, 256) renderer_input_body_shape = (256, 256) focal = (5000, 5000) # virtual focal lengths princpt = (renderer_input_body_shape[1] / 2, renderer_input_body_shape[0] / 2) # virtual principal point position