suman1209 / robotics_dataset_compression

This is a repository for compressing robotics datasets
0 stars 0 forks source link

encoding the diffs #21

Open suman1209 opened 2 weeks ago

suman1209 commented 2 weeks ago

look into huffman encoding

encode the diffs with lower number of bits(for smaller values) with anomalies (position encoding)

billy0705 commented 1 day ago

Huffman Coding with Python

source 1 \ source 2

suman1209 commented 1 day ago

next items: