NVlabs / GroupViT

Official PyTorch implementation of GroupViT: Semantic Segmentation Emerges from Text Supervision, CVPR 2022.
https://arxiv.org/abs/2202.11094
Other
705 stars 53 forks source link

Error when trying to convert metadata for yfcc100m #45

Closed yxchng closed 1 year ago

yxchng commented 1 year ago

python -m yfcc100m.convert_metadata . -o yfcc100m_meta --skip_verification

gives the following error

convert_metadata.py: error: unrecognized arguments: --skip_verification

yash0307 commented 1 year ago

Hi @yxchng, did you find a solution to this?