question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cant visualize XViz generated data

See original GitHub issue

Hello, I get the following errors with a fresh install from today. errors

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:open
  • Created 4 years ago
  • Comments:14 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
srikanth-kuriyalacommented, Mar 18, 2020

Anyone got the solution?

I placed the “data” folder inside the public folder and I tried in the below way, It’s working.

import { resolve } from 'path';

const DATA_DIR = resolve(__dirname, "./data");

export default new XVIZFileLoader({
  timingsFilePath: `${DATA_DIR}/0-frame.json`,
  getFilePath: index =>`${DATA_DIR}/${index + 1}-frame.glb`,
  worker: true,
  maxConcurrency: 4
});
0reactions
srikanth-kuriyalacommented, Mar 17, 2020

Anyone got the solution?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found