-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I used files given as below:
['laptop_air_xin_norm.ply', 'laptop_mac_pro_norm.ply', 'laptop_alienware_norm.ply']
I ran pose_data.py successfully and got *_label.pkl files. and then I ran gen_pts.py while I got some errors.
Traceback (most recent call last):
File "gen_pts.py", line 152, in
render_pre(path)
File "gen_pts.py", line 20, in render_pre
renderer.add_object(obj, model)
File "/home/robot/***/FS_Net/prepare_data/renderer_py.py", line 378, in add_object
vertices = np.array(list(zip(model['pts'], model['normals'],
KeyError: 'normals'
Anybody have similiar problem? and How to solve?
BTW, what exactly gen_pts.py would generate for training?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels