halechan
halechan
`pixel_attributes,alphas = rasterize_triangles.rasterize_triangles( vertices, vertex_attributes, triangles, clip_space_transforms, image_width, image_height, [-1] * vertex_attributes.shape[2]) pixel_normals = tf.nn.l2_normalize(pixel_attributes[:, :, :, 0:3], axis=3)` the code above is from mesh_renderer.py and I debug it with...
running this project needs to install docker?
''' image_load, landmark2d_load, landmark3d_load, seg_load, glassframe_load = \ DataSet.load( args.data_dir, args.batch_size, options ) ''' 您好!我想请问一下这个glassframe是指什么,怎么得到它?