SegformerPlusPlus / docs /run /run_mmeng.md
KieDani's picture
Initial upload
60465e5 verified

Use the SegFormer++ outside MMSegmentation/MMPose

model = create_model('b5', 'bsm_hq', pretrained=True)

Running this code snippet yields our SegFormer++HQ model pretrained on ImageNet.

v = random_benchmark(model)

Calculate the FPS using our script.