aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ

Home Page:http://www.streetscape.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for using json instead of glb format.

deerajDev opened this issue · comments

Thank you so much for this wonderful project. I wanted to know how to use JSON format instead of glib format.

commented

You mean json XVIZ input?
You only need to change some lines in the kitti converter example. If that is what you mean i can show them to you

yeah, the way I do this is in this script file
https://github.com/aurora-opensource/xviz/blob/master/scripts/run-kitti-example.sh#L69

Add -json the line, such as

 (cd "${SCRIPT_DIR}/../examples/converters/kitti" && yarn && yarn start -d ${INPUT_DIR} -o "${OUTPUT_DIR}" -json)