Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
| transformed_x_axis = (transform @ x_axis_h)[:3] | ||
| transformed_y_axis = (transform @ y_axis_h)[:3] | ||
| transformed_z_axis = (transform @ z_axis_h)[:3] | ||
| def timestamp_ms_to_episode_hash(timestamp_ms: int) -> str: |
There was a problem hiding this comment.
This file already exists in aws_sql.py
There was a problem hiding this comment.
Will remove this I forgot to remove it
| return out | ||
|
|
||
|
|
||
| def quat_translation_swap(quat_translation: np.ndarray) -> np.ndarray: |
There was a problem hiding this comment.
We can I guess. My first reasoning was that this is pretty specific to this file probably. I think its also fine to put it in pose_utils.py
3326ff0 to
0043aba
Compare
d656b71 to
23a8385
Compare
0043aba to
6a587fd
Compare
23a8385 to
aeb8955
Compare
2af09c6 to
e01ca2f
Compare
aeb8955 to
b7d2cf6
Compare
|
|
||
| N, C, H, W = images.shape | ||
|
|
||
| if H == 480: |
There was a problem hiding this comment.
Is this going to break with your Aria high res?
There was a problem hiding this comment.
We don't use this function
| T_device_rgb_camera = rgb_camera_calibration.get_transform_device_camera() | ||
| T_world_rgb_camera = (T_world_device @ T_device_rgb_camera).to_matrix() | ||
| return T_world_rgb_camera | ||
| STEP_DEFAULT = 3.0 |
There was a problem hiding this comment.
These aren't being used except CHUNK_LENGTH_ACT
| mps_sample_path, "slam", "closed_loop_trajectory.csv" | ||
| ) | ||
|
|
||
| eye_gaze_path = os.path.join( |
There was a problem hiding this comment.
It processed and shows up. Just we dont have viz. Might wanna ask fiona for one.
b7d2cf6 to
4e6faae
Compare
e01ca2f to
03d4e6d
Compare

No description provided.