Recent Releases of segmentation-with-upsamplers

segmentation-with-upsamplers - checkpoints

upernet checkpoint

- Python
Published by poppuppy about 2 years ago

segmentation-with-upsamplers - DepthFormer Code

Please follow the installing, training and evaluation instructions at https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox.

For example, to train a DepthFormer-SwinT model with the DySample-lpg4 upsampler with four 3090 GPUs, one can run:

bash tools/disttrain.sh configs/depthformer/depthformerswintw7nyu_dysample-lpg4.py 4

- Python
Published by poppuppy about 2 years ago

segmentation-with-upsamplers - SegFormer code

Please follow the installing, training and evaluation instructions at https://github.com/NVlabs/SegFormer.

For example, to train a SegFormer-B1 model with the DySample-lpg4 upsampler with a single 3090 GPU, one can run:

python tools/train.py localconfigs/segformer/B1/segformer.b1dysample-lpg4.512x512.ade.160k.py

- Python
Published by poppuppy about 2 years ago