gpcv-liujin / REDNet

implementation of REDNet (A Novel Recurrent Encoder-Decoder Structure for Large-Scale Multi-view Stereo Reconstruction from An Open Aerial Dataset)
52 stars 11 forks source link

visualization #2

Closed kwea123 closed 4 years ago

kwea123 commented 4 years ago

What software do you use to visualize the point cloud in Fig. 7? It seems that the number of points is huge, how do you visualize all points without crashing?

gpcv-liujin commented 4 years ago

What software do you use to visualize the point cloud in Fig. 7? It seems that the number of points is huge, how do you visualize all points without crashing?

The visualization software I used is Cloudcompare, which can load hundreds of millions of points simultaneously without crashing. The down-sampling function in the software can reduce the density of points to make the global display smoother.