mauriceqch / pcc_attr_folding

Folding-based compression of point cloud attributes
MIT License
12 stars 3 forks source link

how to use MPEG TMC for my own point cloud compression? #4

Open Holmes-Alan opened 1 year ago

Holmes-Alan commented 1 year ago

Hello, I can see that TMC13 can compress some standard point clouds for comparison. How can I use the code to test on my own point cloud?

mauriceqch commented 1 year ago

Dear @Holmes-Alan,

To know more about TMC13, please take a look at their repo here: https://github.com/MPEGGroup/mpeg-pcc-tmc13. The content of the script here https://github.com/mauriceqch/pcc_attr_folding/blob/master/src/50_run_mpeg.py could also help you familiarize yourself with TMC13. Please note that the script was designed with an older version of TMC13 and may require adjustments on more recent versions.