romi / romi/skeleton_refinement
Results python API
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I tried the optimization method (on windows), and it works, however, the result is not as expected. In the image below, you can see the output of the default example
pcd = load_ply("./real_plant_analyzed/PointCloud_1_0_1_0_10_0_7ee836e5a9/PointCloud.ply")
skel = load_json("./real_plant_analyzed/CurveSkeleton__TriangleMesh_0393cb5708/CurveSkeleton.json", "points")
with in blue = skel, and in green refined_skel.
To my opinion in this example the green points still show a clear zig-zag pattern sometimes even more than the original skeleton. What am I doing wrong?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the default example on Windows using the provided load_ply and load_json calls, then compare the blue skeleton with the green refined_skel output shown in the issue. Determine whether the zig-zag pattern results from incorrect API usage or the optimization method; done means identifying the cause and documenting or correcting the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100