Remote Datasets #9010
Answered
by
jbwang1997
grabango-jwatters
asked this question in
Q&A
Remote Datasets
#9010
-
What is the appropriate method to introduce a remote dataset into the |
Beta Was this translation helpful? Give feedback.
Answered by
jbwang1997
Oct 14, 2022
Replies: 1 comment 1 reply
-
You can write a new remote file client and register it into mmcv.FileClient. Both |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
grabango-jwatters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can write a new remote file client and register it into mmcv.FileClient. Both
Dataset
andLoadImageFromFile
can set the file client to load files from different backends.