We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
dev-1.x branch https://github.com/open-mmlab/mmediting/tree/dev-1.x
mmcv 2.0.0rc1 /opt/mmcv mmdet 3.0.0rc5 mmedit 1.0.0rc5 /opt/mmediting mmengine 0.5.0 /opt/mmediting/mmengine
i want to train the model
python tools/train.py configs/real_basicvsr/realbasicvsr_c64b20-1x30x8_8xb1-lr5e-5-150k_reds.py
but i don't have REDS, so i am ready to download the REDS dataset.
python tools/dataset_converters/reds/preprocess_reds_dataset.py ./data/REDS
Traceback (most recent call last): File "tools/dataset_converters/reds/preprocess_reds_dataset.py", line 269, in <module> folder_paths = unzip(root_path) File "tools/dataset_converters/reds/preprocess_reds_dataset.py", line 202, in unzip zip_files = mmcv.scandir(zip_path, suffix='zip', recursive=False) AttributeError: module 'mmcv' has no attribute 'scandir'
No response
The text was updated successfully, but these errors were encountered:
Please use mmengine.scandir
mmengine.scandir
Sorry, something went wrong.
LeoXing1996
Z-Fran
Successfully merging a pull request may close this issue.
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
dev-1.x branch https://github.com/open-mmlab/mmediting/tree/dev-1.x
Environment
mmcv 2.0.0rc1 /opt/mmcv
mmdet 3.0.0rc5
mmedit 1.0.0rc5 /opt/mmediting
mmengine 0.5.0 /opt/mmediting/mmengine
Reproduces the problem - code sample
i want to train the model
but i don't have REDS, so i am ready to download the REDS dataset.
Reproduces the problem - command or script
Reproduces the problem - error message
Additional information
No response
The text was updated successfully, but these errors were encountered: