TillSchlemmermeier / l3d-controller-software

3 stars 0 forks source link

store voxfiles in numpy file format #15

Closed Co-eus closed 4 years ago

Co-eus commented 6 years ago

We should convert the voxfiles and store them as a single numpy-file. Reading 100 txt files or so is quite slow, everytime these generators are loaded there is a 2 second lag

Co-eus commented 6 years ago

I created a helper script (generators/vox2np.py) to convert a folder with .vox files to a numpy file.