m-lit
Results
1
issues of
m-lit
According to the [official documentation](https://docs.scipy.org/doc/numpy/reference/generated/numpy.fromfile.html), `numpy.fromfile` assumes platform-dependent binary format, and hence, it should not be used to transfer data from machines with different architectures. The `load_velo_scan` is [currently defined](https://github.com/utiasSTARS/pykitti/blob/19d29b665ac4787a10306bbbbf8831181b38eb38/pykitti/utils.py#L156)...