cgarciae commited on
Commit
49e4b88
·
1 Parent(s): 04f8ea4

fix readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 are 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.
 
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.