SegFormer icon indicating copy to clipboard operation
SegFormer copied to clipboard

Missing dependencies

Open Tanmay-Kulkarni101 opened this issue 1 year ago • 0 comments

For those having issues running the repo:

Make sure that the versions of pytorch and mmcv exactly match. Furthermore, you also need to install IPython and attrs for the program to run

Just add the following lines:

conda install -c anaconda ipython 
conda install -c conda-forge attrs

Tanmay-Kulkarni101 avatar Aug 01 '22 12:08 Tanmay-Kulkarni101