version2 normalization discrepancy
Closed this issue · 0 comments
linjiangya commented
In version one, the normailization poses = poses/np.linalg.norm(poses,axis=2)[...,None]
is in data/create_data.py
. However, in version 2, it appears twice, one in data/create_data.py
, the other one one model/load_data.py.