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.

3d point selection

See original GitHub issue

ipyvolume has a nice implementation of this where there are 3 possible selection modes: rectangle, circle, and lasso (https://github.com/maartenbreddels/ipyvolume/issues/124#issuecomment-376805210)

1_wba4ev2et10plqojaho1qa (GIF via https://towardsdatascience.com/multivolume-rendering-in-jupyter-with-ipyvolume-cross-language-3d-visualization-64389047634a)

This would probably be mostly useful for Dash; manually select a subset of points in a 3d plot and let the Dash app do something with that subset.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:5
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
chriddypcommented, Feb 11, 2020

Another interesting software to look at for inspiration is the 3D scatter plots in https://projector.tensorflow.org/

selection

0reactions
seabirdmancommented, Jan 15, 2022

ColorSpace app is a work-in-progress but has some callbacks in a 3D bubble plot that might relate to this discussion. You can access the app here and will see that we show some data about the point on hover and highlight the underlying data upon click. We would like to do more but for now, this seems to be about it and we have moved on to other things. BTW, in the ColorSpace you can toggle from a 3D bubble plot to a color bar chart that has the same callbacks as mentioned above. Write me if the code for these features are of interest.

Read more comments on GitHub >

github_iconTop Results From Across the Web

LassoNet: Deep Lasso-Selection of 3D Point Clouds - arXiv
Abstract: Selection is a fundamental task in exploratory analysis and visualization of 3D point clouds. Prior researches on selection ...
Read more >
Intelligent selection tools turn 3D point clouds into a success ...
Working with 3D point clouds can be slow and editing them can be a struggle. With Pointly's intelligent selection you get the most...
Read more >
selectpoints3d: Select points from a scene in rgl - Rdrr.io
Description. This function uses the select3d function to allow the user to choose a point or region in the scene, then reports on...
Read more >
SelectPoints — R3DS Wrap documentation
Store points as actual 3D-point in world space. Import: loads selection from the file specified in filename dialog. Export: saves currently selected points...
Read more >
Deep Lasso-Selection of 3D Point Clouds - SciVis 2019 - Vimeo
SciVis 2019: LassoNet: Deep Lasso- Selection of 3D Point Clouds. Not Yet Rated. 3 years ago More. VGTCommunity.
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