You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMEngine has refactor the fileio since version 0.2.0, and the backend can be inferred according to the format of path automatically in series of interfaces, such as get_local_path. Thanks to this improvement, we do not need to set the default argument like file_client_args=dict(type='disk')
What's the feature?
MMEngine has refactor the
fileio
since version 0.2.0, and the backend can be inferred according to the format of path automatically in series of interfaces, such asget_local_path
. Thanks to this improvement, we do not need to set the default argument likefile_client_args=dict(type='disk')
https://github.com/search?q=repo%3Aopen-mmlab%2Fmmdetection3d+file_client_args%3Ddict&type=code
and then write code like that:
https://github.com/search?q=repo%3Aopen-mmlab%2Fmmdetection3d%20get_local_path&type=code
If we directly use the new
get_local_path
, users can simply setdata_root
as ans3
path likes3://xxx/xxx
without configuringfile_client_args
.Any other context?
No response
The text was updated successfully, but these errors were encountered: