MengyangPu / EDTER

EDTER: Edge Detection with Transformer, in CVPR 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different version of MMCV for train and test?

kulkarnikeerti opened this issue · comments

Do we need different versions of MMCV for train and test?
Because for me min and max version for train are

MMCV_MIN = '1.1.2'
MMCV_MAX = '1.2.7'

and for test

MMCV_MIN = '1.3.13'
MMCV_MAX = '1.8.0'

If I don't change the version then I will not be able to run the respective files.

Possible reason and solution can be found here