Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squashed origin + million tiny fixes
commit 409dcd8 Author: Emil Ernerfeldt <[email protected]> Date: Tue Apr 4 18:58:14 2023 +0200 Option to show scene bounding box (#1770) * Include depth clouds in bounding box calculation * Don't wrap text when showing bbox in ui * Handle projective transforms * Nicer selection view: don't wrap second column too early * Add checkbox to show the scene bounding box commit 679e245 Author: Jeremy Leibs <[email protected]> Date: Tue Apr 4 12:21:07 2023 -0400 Allow torch tensors for log_rigid3 (#1769) commit b9f1380 Author: Jeremy Leibs <[email protected]> Date: Tue Apr 4 12:18:45 2023 -0400 Don't initialize an SDK session if we are only going to be launching the app (#1768) commit 6c383c3 Author: Andreas Reich <[email protected]> Date: Tue Apr 4 18:16:21 2023 +0200 Fix undo/redo selection shortcut/action changing selection history without changing selection (#1765) * Fix undo/redo selection shortcut/action changing selection history without changing selection Fixes #1172 * typo fix commit 9310bd7 Author: Clement Rey <[email protected]> Date: Tue Apr 4 17:38:59 2023 +0200 Columnar timepoints in data tables and during transport (#1767) * columnar timepoints * self review commit 1713e60 Author: Jeremy Leibs <[email protected]> Date: Tue Apr 4 10:02:22 2023 -0400 Always create the log_time timeline (#1763) commit 7892098 Author: Emil Ernerfeldt <[email protected]> Date: Tue Apr 4 15:36:39 2023 +0200 Collapse space-view by default if there is only one child (#1762) commit 9c1babe Author: Emil Ernerfeldt <[email protected]> Date: Tue Apr 4 14:59:18 2023 +0200 Python SDK: document that we also accept colors in 0-1 floats (#1740) * Python SDK: document that we also accept colors in 0-1 floats * Assume float colors to be in gamma-space, and document that * Update arkitscenes example * Fix bug * typo * py-format commit 1946683 Author: Emil Ernerfeldt <[email protected]> Date: Tue Apr 4 14:47:48 2023 +0200 Fix log_obb usage (#1761) * Make sure all log_obb uses uses half_size correctly * Remove outdated link from README * Fix docstring of save * Force named arguments of log_scalar * Add link to --memory-limit docs * update ros example commit a479c0c Author: Pablo Vela <[email protected]> Date: Tue Apr 4 07:03:45 2023 -0500 Add new ARKitScenes example (#1538) Co-authored-by: Nikolaus West <[email protected]> Co-authored-by: Emil Ernerfeldt <[email protected]> commit bf27c8e Author: Andreas Reich <[email protected]> Date: Tue Apr 4 10:32:26 2023 +0200 Readback depth from GPU picking (#1752) * gpu picking in the viewer picks up depth now * WebGL workarounds commit d94ca3d Author: Emil Ernerfeldt <[email protected]> Date: Tue Apr 4 09:44:30 2023 +0200 Fix crash when trying to do picking on depth clouds
- Loading branch information