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.

How to choose the pcd file to annotate

See original GitHub issue

Thank you for making this great tool available for use! I wasn’t able to figure out how to choose what PCD file to annotate. I’m sure I’m just overlooking something simple, but I would really appreciate a pointer.

I configured the settings.json to have:

"configuration": {
    "images-folder": "",
    "internal-folder": "/Users/ericwiener/Downloads/pcd"
  },

And I put my pcd file in the /Users/ericwiener/Downloads/pcd directory. When I load the tool, it adds a new file pointcloud_labeling.pcd.labels to the directory, which makes me think the directory is detected correctly. Additionally, I get the message I20201028-19:00:11.938(-4)? PCD binary segmentation data stored in /Users/ericwiener/Downloads/pcd in the logs, which again makes me think the directory is detected correctly.

Once I’m in the tool, I can’t figure out how to choose a different pcd file than the default one the tool comes with.

Thanks so much!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
EricWienercommented, Oct 29, 2020

Thank you! Here’s the badly displayed pcd file. I uploaded it as a zip of the single file since GitHub doesn’t support uploading .pcd files. 1561043068.656119000.pcd.zip

1reaction
dmandriolicommented, Oct 28, 2020

Thanks Eric! “images-folder” is where jpg and pcd files are stored, try this

"configuration": {
    "images-folder": "/Users/ericwiener/Downloads/pcd",
    "internal-folder": ""
  },

Doc: https://github.com/Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor#configuration-file-settingsjson

Read more comments on GitHub >

github_iconTop Results From Across the Web

3D Annotation Guide - Concepts 101
Full guide to upload 3D Point Cloud In Diffgram & Annotate Them With Cuboids. ... Currently assumptions in PCD files means we need...
Read more >
The PCD (Point Cloud Data) file format
This document describes the PCD (Point Cloud Data) file format, and the way it is used inside Point Cloud Library (PCL). PCD file...
Read more >
Point Cloud Episodes - Supervisely
The PCD file format description can be found here​. Items Annotation. A sequence of frames has a list of objects that are shared...
Read more >
Developers - How to choose the pcd file to annotate - - Bountysource
I wasn't able to figure out how to choose what PCD file to annotate. I'm sure I'm just overlooking something simple, but I...
Read more >
Supported file formats - Documentation
PCD files can either be ASCII-encoded or binary files. The PCD files should contain at least x, y, and z coordinate fields. Optionally,...
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