3d-deep-learning
Here are 29 public repositories matching this topic...
In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.
Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw
-
Updated
Apr 25, 2018 - C++
-
Updated
Jun 23, 2020
-
Updated
May 14, 2020 - Python
-
Updated
May 7, 2019 - Cuda
-
Updated
Jun 11, 2020 - Python
I tired to execute the this funtion def create_labels(places, size, corners, resolution = 0.5, x=(0, 90), y=(-50, 50), z=(-4.5, 5.5), scale=4, min_value=np.array([0., -50., -4.5])): but the returned variables sphere_center, train_corners have the size of (0,3) and (0,8,3) but they are empty.
Any idea about that?
Thank you
-
Updated
Nov 6, 2018 - Python
-
Updated
Jun 30, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
May 20, 2018
-
Updated
Dec 10, 2018 - Python
-
Updated
Mar 10, 2020 - Python
-
Updated
Jul 12, 2019 - C++
-
Updated
Jun 16, 2020 - Python
-
Updated
Nov 1, 2019 - Python
-
Updated
Feb 15, 2020 - Python
-
Updated
Feb 19, 2020
-
Updated
Jul 18, 2018 - Python
-
Updated
Mar 6, 2020 - Python
-
Updated
Sep 13, 2019 - Python
-
Updated
Feb 27, 2020 - Python
-
Updated
Nov 30, 2018 - Jupyter Notebook
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Apr 18, 2020 - Python
-
Updated
Jan 23, 2018 - Python
-
Updated
Dec 17, 2019 - Python
-
Updated
Feb 11, 2019
Improve this page
Add a description, image, and links to the 3d-deep-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 3d-deep-learning topic, visit your repo's landing page and select "manage topics."
Hi,
I have tried to draw the architecture of the model by hand according to the article, and then compared the original author's implementation in TensorFlow and PointNetClassifier in this repo. I might be wrong, but it seems that the PointNetClassifier is equivalent to Input transform. Below is the copy of TensorFlow implementation:
`def input_transf