Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ At this point the PLY files now need to be converted to training data, for this
|
|
| 62 |
|
| 63 |
It's always good to [NaN](https://en.wikipedia.org/wiki/NaN) check your training data after generating it so I have provided a simple Python script for that here [nan_check.py](https://huggingface.co/datasets/tfnn/HeadsNet/resolve/main/nan_check.py?download=true).
|
| 64 |
|
| 65 |
-
This binary training data can be loaded into Python using:
|
| 66 |
```
|
| 67 |
load_x = []
|
| 68 |
with open("train_x.dat", 'rb') as f:
|
|
|
|
| 62 |
|
| 63 |
It's always good to [NaN](https://en.wikipedia.org/wiki/NaN) check your training data after generating it so I have provided a simple Python script for that here [nan_check.py](https://huggingface.co/datasets/tfnn/HeadsNet/resolve/main/nan_check.py?download=true).
|
| 64 |
|
| 65 |
+
This binary training data can be loaded into Python using [Numpy](https://numpy.org/):
|
| 66 |
```
|
| 67 |
load_x = []
|
| 68 |
with open("train_x.dat", 'rb') as f:
|