Cant visualize XViz generated data
See original GitHub issueHello, I get the following errors with a fresh install from today.
I installed XViz using get started tutorial: download-kitti-data.sh run-kitti-example.sh
After that i installed streetscrape.gl using get started tutorial
I copied the generated “2011_09_26_drive_0005_sync” files (0-frame.json and xxx-frame.glb) from xviz/data/generated to streetscape.gl\examples\get-started\ and changed the examples/get-started/…file.js to:
export default new XVIZFileLoader({
timingsFilePath:
'./2011_09_26_drive_0005_sync/0-frame.json',
getFilePath: index =>
`./2011_09_26_drive_0005_sync/${index + 1}-frame.glb`,
worker: true,
maxConcurrency: 4
});
Whats wrong? 😃 Best regards Matthias
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Cant visualize XViz generated data · Issue #321 - GitHub
Hello, I get the following errors with a fresh install from today. I installed XViz using get started tutorial: download-kitti-data.sh ...
Read more >FAQ - xViz - Advanced Visuals for Power BI
Frequently asked questions about xViz Suite for Microsoft Power BI including information on the pricing plans, licensing, technical support and upgrades...
Read more >xViz Linear Gauge - Power BI Custom Visual Key ... - YouTube
The xViz Linear Gauge for Power BI can be best used to visualize a KPI. The custom visual enables ... Your browser can't...
Read more >Dual Axis Line Chart with legend - xViz
Solved: Hi, I am looking to create a visualization - Dual Axis Line Chart with legend. There is the multiple axes chart xviz...
Read more >Power BI Visuals
This has already been well received, so the question is, how will XVIZ GANTT chart compare? The MAQ Software visualisation was created by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I placed the “data” folder inside the public folder and I tried in the below way, It’s working.
Anyone got the solution?