streetscape.gl icon indicating copy to clipboard operation
streetscape.gl copied to clipboard

Is it possible to visualize only tracklet (object detection) data?

Open WIll-Xu35 opened this issue 4 years ago • 1 comments

Hi all,

As in the kitti dataset, there is a tracklet_labels.xml file that represent all the object detection result.

If I only have object detection data and want to visualize it. How should I convert the data to xviz (assume the tracklet data format is the same as kitti dataset)? I've tried to delete unnecessary data and run the ./scripts/run-kitti-example.sh within xviz directory, the conversion will not start since there are files missing.

Thanks

WIll-Xu35 avatar Aug 24 '20 06:08 WIll-Xu35

annotated new LidarConverter(this.inputDir, 'velodyne_points', {disabledStreams: this.disabledStreams}), in kitti-converter.js

pai-qi avatar Jun 18 '21 02:06 pai-qi