Skip to content

Commit 3558e2a

Browse files
committed
modify README
1 parent 4b325f5 commit 3558e2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ Here is a brief description of the variable names:
110110
111111
The `target` and `context` names come from the field of meta-learning.
112112

113-
And more specifically for your question, the `Ytg` in the hdf5 file stands for the occupancy value of the probes `Xtg`.
113+
Notice that the `Ytg` in the hdf5 file stands for the occupancy value of the probes `Xtg`.
114114
In the case of `IMNET2_64`, `Xtg` is the collection of the 64-grid coordinates, which has the shape of `(64**3, 3)` and `Ytg` is the corresponding occupancy value.
115+
It is easy to visualize the shape with marching cubes if `Xtg` is points of a grid. But you can use arbitrarily sampled points as `Xtg` and `Ytg` for training.
115116

116117

117118
## :notebook_with_decorative_cover: Citation

0 commit comments

Comments
 (0)