SooLab / CGFormer

The official PyTorch implementation of the CVPR 2023 paper "Contrastive Grouping with Transformer for Referring Image Segmentation".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment

aliguran opened this issue · comments

commented

I got a lot of error about mmseg,mmcv,mmengine. Could you share your all environments and their versions?

This is my installed package and its version, I hope it can solve your problem. If the environment still cannot be set up, please provide more detailed error information.

addict             2.4.0
brotlipy           0.7.0
certifi            2022.5.18.1
cffi               1.15.0
charset-normalizer 2.0.12
click              8.1.3
clip               0.2.0
cryptography       37.0.1
cycler             0.11.0
Cython             0.29.30
docker-pycreds     0.4.0
easydict           1.9
einops             0.4.1
filelock           3.7.1
fonttools          4.33.3
ftfy               6.1.1
fvcore             0.1.5.post20221221
gitdb              4.0.9
GitPython          3.1.27
h5py               3.7.0
idna               3.3
imageio            2.19.3
imgaug             0.4.0
importlib-metadata 4.11.4
iopath             0.1.10
kiwisolver         1.4.2
lmdb               1.3.0
loguru             0.6.0
matplotlib         3.5.2
mkl-fft            1.3.1
mkl-random         1.2.2
mkl-service        2.4.0
mmcv-full          1.3.12
mmsegmentation     0.17.0
networkx           2.6.3
numpy              1.21.6
opencv-python      4.5.3.56
packaging          21.3
pathtools          0.1.2
Pillow             9.1.1
pip                22.1.2
portalocker        2.7.0
prettytable        3.3.0
promise            2.3
protobuf           3.20.1
psutil             5.9.1
pyarrow            8.0.0
pycocotools        2.0.2
pycparser          2.21
pyOpenSSL          22.0.0
pyparsing          3.0.9
PySocks            1.7.1
python-dateutil    2.8.2
PyWavelets         1.3.0
PyYAML             6.0
regex              2022.6.2
requests           2.27.1
scikit-image       0.19.2
scipy              1.7.3
sentry-sdk         1.6.0
setproctitle       1.2.3
setuptools         62.3.3
shapely            2.0.0
shortuuid          1.0.9
six                1.16.0
smmap              5.0.0
tabulate           0.9.0
termcolor          2.3.0
tifffile           2021.11.2
timm               0.5.4
tokenizers         0.8.1rc1
torch              1.11.0
torchaudio         0.11.0
torchvision        0.12.0
tqdm               4.64.0
typing_extensions  4.2.0
urllib3            1.26.9
wandb              0.12.19
wcwidth            0.2.5
wget               3.2
wheel              0.37.1
yacs               0.1.8
yapf               0.32.0
zipp               3.8.0

The need for mmseg has now been removed, making it easier to configure the environment.