StevenWang30 / R-PCC

R-PCC: A Baseline for Range Image-based Point Cloud Compression
31 stars 2 forks source link

About the figure 7. in the R-PCC paper #5

Closed JAS0NN closed 2 years ago

JAS0NN commented 2 years ago

Thanks for your great work!

I am interested about the software or library you used to show the reconstruction error in figure 7. Is that figure drawn by the open3d in your released code?

Thanks!

StevenWang30 commented 2 years ago

Yes. You can check the func draw_qualitative_point_clouds in utils/visualize_utils.py

JAS0NN commented 2 years ago

Thanks for your reply.