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
Refactor Open3D Visualizer and Add Utilities for Method Comparison (#28)
* chore(visualization): refactor the open3d visualization, merge fn together.
* Reset fire from function to class usage directly.
* add save screenshot easily with multi-view.
* sync viewpoint through diff windows.
* visual lidar center tf if set slc to True.
* fix(flow): add index_flow for 2hz gt view etc.
---------
Co-authored-by: lisiyi777 <lisiyi777@users.noreply.github.com>
For exporting easy comparsion with ground truth and other methods, we also provided multi-visulization open3d window:
331
331
```bash
332
-
python tools/visualization.py --mode mul --res_name "['flow', 'seflow_best']" --data_dir /home/kin/data/av2/preprocess_v2/sensor/vis
332
+
python tools/visualization.py vis --res_name "['flow', 'seflow_best']" --data_dir /home/kin/data/av2/preprocess_v2/sensor/vis
333
333
```
334
334
335
-
Or another way to interact with [rerun](https://github.com/rerun-io/rerun) but please only vis scene by scene, not all at once.
335
+
**Tips**: To quickly create qualitative results for all methods, you can use multiple results comparison mode, select a good viewpoint and then save screenshots for all frames by pressing `P` key. You will found all methods' results are saved in the output folder (default is `logs/imgs`). Enjoy it!
336
+
337
+
338
+
_Rerun_: Another way to interact with [rerun](https://github.com/rerun-io/rerun) but please only vis scene by scene, not all at once.
[*OpenSceneFlow*](https://github.com/KTH-RPL/OpenSceneFlow) is originally designed by [Qingwen Zhang](https://kin-zhang.github.io/) from DeFlow and SeFlow.
print(f"We already write the {self.res_name} into the dataset, please run following commend to visualize the flow. Copy and paste it to your terminal:")
0 commit comments