-
Thanks for uploading a subset of the training data.
I can find more rendered images from 3D-R2N2 project. I am wondering where to find the rest of the point clouds?
-
When I finished python test_c3d.py -c PointAttN.yaml.I got an" all" file. Inside is a point cloud file containing .h5 type。Now I want to get a result similar to the one in your paper similar to the fi…
-
How can I use my trained model to infer on large-scale point cloud data? Do I need some preprocessing like splitting several parts?
-
Hello, I wonder if your work is valid on a scanned architectual cloud. I run "generate_test_voronoi_data.py" file to generate the mesh but find the output very strange.
Here is the origin cloud:
![屏…
-
I was messing around and ran into a situation where I wanted to get the scaled and offset float point cloud to use with `NearestNeighbors.jl`.
I can use the the `convert` function provided by the p…
-
Hi Lennart, how are you?
Is there an easy way to extract a point cloud from the saved map?
Thanks !!
-
Thank you for sharing nice tool.
Mesh mode and Wire mode is completely worked for me.
However Point mode looks does not work.
I'm pleased you fix this issue.
-
**Issue by [bit-pirate](https://github.com/bit-pirate)**
_Sunday Aug 11, 2013 at 23:26 GMT_
_Originally opened as https://github.com/ros-drivers/openni_launch/issues/7_
----
When turning on hardwar…
-
this seems to be a recurring question, either asked to openMVG or openMVS, but I found no suitable solution so far for the openMVS part of the workflow. I'm trying to implement a cylindrical filter, i…
-
import cloudComPy as cc
cc.initCC()
cloud = cc.loadPointCloud("signboard_3 - Cloud.txt")
moment=cc.computeMomentOrder1(0.05, [cloud])
it returns output as 'true'. but how can i access this re…