Skip to content

Releases: tiny-smart/segmentation-with-upsamplers

checkpoints

19 Jan 07:52
3ae9265
Compare
Choose a tag to compare

upernet checkpoint

SegFormer code

14 Jan 07:28
96a85cc
Compare
Choose a tag to compare

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 local_configs/segformer/B1/segformer.b1_dysample-lpg4.512x512.ade.160k.py

DepthFormer Code

14 Jan 12:47
96a85cc
Compare
Choose a tag to compare

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/dist_train.sh configs/depthformer/depthformer_swint_w7_nyu_dysample-lpg4.py 4