1 TrajectoryEncodingOutput
vin.traj_encoder.TrajectoryEncodingOutput(per_frame, pooled)Trajectory encoding outputs.
1.1 Attributes
| Name | Type | Description |
|---|---|---|
| per_frame | PoseEncodingOutput | PoseEncodingOutput for each frame. |
| pooled | Tensor | None | Tensor["B E", float32] pooled trajectory embedding (or None). |