Datasets:
lemonaddie
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ The release of the full dataset regarding more entities and UE scenes is 1) stil
|
|
72 |
```bash
|
73 |
python vis_trajecotry.py
|
74 |
```
|
75 |
-
After running the visualization script, you will get an interactive window like this.
|
76 |
|
77 |
<img src="imgs/vis_objstraj.png" width="350" />
|
78 |
|
|
|
72 |
```bash
|
73 |
python vis_trajecotry.py
|
74 |
```
|
75 |
+
After running the visualization script, you will get an interactive window like this. Note that we have converted the right-handed coordinate system (Open3D) to the left-handed coordinate system in order to better align with the motion trajectory of the video.
|
76 |
|
77 |
<img src="imgs/vis_objstraj.png" width="350" />
|
78 |
|