open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.77k stars 2.54k forks source link

Can I use MMSegmentation for depth prediction? #3166

Open darwinharianto opened 1 year ago

darwinharianto commented 1 year ago

I would like to use FCRN for depth prediction, but I cant seem to find any models or framework around that. I can see a lot of MM repository, but is depth prediction classified as MMSegmentation? or will it be a new repository?

Since FCRN for depth prediction builds upon Resnet 50, I suppose I can refer to that and make some edits for implementing the backbone?

xiexinch commented 12 months ago

Hi @darwinharianto, Here is a repo based on mmseg. https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox We're planning to support the depth estimation methods in the next version.