fix readme
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ plt.show()
|
|
| 43 |
* `points`: `(batch, point, 3)` array of uint8.
|
| 44 |
* `label`: `(batch, 1)` array of uint8.
|
| 45 |
|
| 46 |
-
Where `point` is the number of points in the point cloud. Points have no order and
|
| 47 |
|
| 48 |
* `x`: is the x coordinate of the point in the image.
|
| 49 |
* `y`: is the y coordinate of the point in the image.
|
|
|
|
| 43 |
* `points`: `(batch, point, 3)` array of uint8.
|
| 44 |
* `label`: `(batch, 1)` array of uint8.
|
| 45 |
|
| 46 |
+
Where `point` is the number of points in the point cloud. Points have no order and were shuffled when creating the data. Each point has the structure `[x, y, v]` where:
|
| 47 |
|
| 48 |
* `x`: is the x coordinate of the point in the image.
|
| 49 |
* `y`: is the y coordinate of the point in the image.
|