kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
551 stars 36 forks source link

Which segmentation method did you use to get the sky seg mask? #14

Closed yifanlu0227 closed 3 months ago

yifanlu0227 commented 3 months ago

Hi, thanks for your impressive work!

Could you direct a way to how you get the sky seg mask? The segmentation is fine and I want to use it on my data :)

kcheng1021 commented 3 months ago

Hi, I use the segformer.b0.1024x1024.city.160k.pth. Here is the url. https://github.com/NVlabs/SegFormer

yifanlu0227 commented 3 months ago

Thanks!