Lucas Kjaero-Zhang

Results 11 comments of Lucas Kjaero-Zhang
trafficstars

Hi @brucegarro, I see there's a file specification [here](http://www.nlpr.ia.ac.cn/databases/download/feature_data/FileFormat-mpf.pdf). You can read these files in python as strings of binary format using [the struct library](https://docs.python.org/3.7/library/struct.html). In this project, I do...