Connaught
Connaught
Hi! thanks for your excellent work and the open source code! I use your extract_mesh code to insert my code. But when use it to extract mesh, I got wrong...
``` # visualize results if self.opt.get('visualize', False): data_x, data_y = data['first'], data['second'] verts_x, verts_y = to_numpy(data_x['verts']), to_numpy(data_y['verts']) name_x, name_y = data['first']['name'][0], data['second']['name'][0] if 'faces' in data_x: if os.path.isfile('figures/texture.png'): shutil.copy('figures/texture.png', os.path.join(self.opt['path']['visualization'],...