Visual-Attention-Network / SegNeXt

Official Pytorch implementations for "SegNeXt: Rethinking Convolutional Attention Design for Semantic Segmentation" (NeurIPS 2022)
Apache License 2.0
794 stars 85 forks source link

大佬们你们下载的哪个版本的mmcv 为什么我版本较老(mmcv-full1.6.0) 会报错 版本太新(mmcv r4)没有mmcv.runner? #64

Open llyyccccc opened 9 months ago

uyzhang commented 9 months ago

The code is based on MMSegmentaion v0.24.1. You can check what version of mmcv is used for this version of mmsegmentation

llyyccccc commented 8 months ago

The code is based on MMSegmentaion v0.24.1. You can check what version of mmcv is used for this version of mmsegmentation

成功了 谢谢 请问大佬如过想要使用stage1的话应该如何修改代码呢?