OpenGVLab / VideoMAEv2

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

No module named 'petrel_client' #31

Closed SeeeeShiwei closed 1 year ago

SeeeeShiwei commented 1 year 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 1 year ago

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