7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python9,831 stars (9,831 stars)1,152 forks (1,152 forks)batch import
codeheatenhancementhelp wanted
Description
Please add an option to load and display Pointcloud
Contributor guide
- Tech stack
- pythonpytorchnumpy
- Domain
- datafrontendmachine learning
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- understanding of pointcloud data structuresfamiliarity with visdom's existing plot typesknowledge of WebGL or Three.js for rendering
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- Review existing plot types (e.g., Scatter) to understand the data flow between Python server and JavaScript client. Examine the comments on this issue for any previous attempts or suggestions. Consider using Three.js for rendering 3D pointclouds and implement a new plot handler in both backend and frontend. Also check if there are any relevant issues or PRs in the repository.