When preprocessing, according to your paper, you set the background of point cloud and rgb image to 0. But when I go through the code, I found that in processing.py, you didn't saved the processed rgb image (you commented out these lines). May I ask whether this is intentional or not, or should I run the 124-line "Image.fromarray(organized_clustered_rgb).save(rgb_path)" when I reproduce the experiment?
Thanks a lot!
When preprocessing, according to your paper, you set the background of point cloud and rgb image to 0. But when I go through the code, I found that in processing.py, you didn't saved the processed rgb image (you commented out these lines). May I ask whether this is intentional or not, or should I run the 124-line "Image.fromarray(organized_clustered_rgb).save(rgb_path)" when I reproduce the experiment? Thanks a lot!