suman1209 / robotics_dataset_compression

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

Coding Task - Results table generation #7

Closed suman1209 closed 3 months ago

suman1209 commented 3 months ago

Task description

This task is to write a small program to automatically compare the algorithms that we implemented and create a table of results.

Todos

deliverables

  1. codes for implementations
  2. a comparison table output from the program e.g. a table with the following labels

    |Method | Compression Speed | Decompression Speed | Compression factor|

suman1209 commented 3 months ago

Lets use the first 100 images for getting the results

ASBJ021 commented 3 months ago

Created a PR for the same