raoyongming / DenseCLIP

[CVPR 2022] DenseCLIP: Language-Guided Dense Prediction with Context-Aware Prompting
517 stars 39 forks source link

Additional Package Dependencies #3

Closed ChenDelong1999 closed 2 years ago

ChenDelong1999 commented 2 years ago

Nice work! But when creating a new conda environment for DenseCLIP, I found the following packages are required:

regex
ftfy

After using pip to install these packages, the code works fine.

(Moreover, seems that it's not necessary to install fvcore explicitly.

raoyongming commented 2 years ago

Hi, thanks for pointing out this.

I have updated the README.md. The fvcore library is only used in get_flops.py, which is not necessary for training and evaluation.

ChenDelong1999 commented 2 years ago

Thanks~