Help needed to read content of tracks.csv file

Tracks.csv when trying to read is yeilding gibberish results for almost all encodings in python3.7

1 Like

We converted it to a binary format in this commit:

This was for performance reasons.

What do you need to read from the tracks.csv?

1 Like

I want ta python code (encoding) to read its content {Image, x,y, feature_Id, Track_Id}. I tried reading the file through multiple ways, still no luck.

It is throwing gibberish output

Here’s the commit that changed the tracks.csv file to a binary encoding:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.