OpenGVLab / VideoMAEv2

[CVPR 2023] VideoMAE V2: Scaling Video Masked Autoencoders with Dual Masking
https://arxiv.org/abs/2303.16727
MIT License
445 stars 45 forks source link

No module named 'petrel_client' #31

Closed SeeeeShiwei closed 11 months ago

SeeeeShiwei commented 11 months ago

code:

try: from petrel_client.client import Client petrel_backend_imported = True except (ImportError, ModuleNotFoundError): petrel_backend_imported = False

How can i install petrel_client? Thanks

congee524 commented 11 months ago

It's not usually needed to install this. This is the API for calling our internal cloud datasets