Requires p7zip
:
$ brew install p7zip
Compress :
$ 7z a -t7z -mx=9 dataset_chair.7z ./dataset_chair
In case you would like to uncompress on other Linux(ex. ubuntu), it requires p7zip
:
$ apt-get install p7zip-full
Uncompress :
$ p7zip -d ./dataset_chair.7z