You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sample_depth_heightmap = sample_depth_heightmap.astype(np.float32) / 100000
Why does the variable sample_depth_heightmap divide by 100000 and then feed the data into the network. Not in the playback training is directly inputting depth_heightmap without dividing by 100000. May I ask why?
The text was updated successfully, but these errors were encountered:
sample_depth_heightmap = sample_depth_heightmap.astype(np.float32) / 100000
Why does the variable sample_depth_heightmap divide by 100000 and then feed the data into the network. Not in the playback training is directly inputting depth_heightmap without dividing by 100000. May I ask why?
The text was updated successfully, but these errors were encountered: