Update sidd.py

update module import
pull/136/head
capi85 2024-01-29 20:49:25 +09:00 committed by GitHub
parent 62e2f600c2
commit 3354dd97db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from multiprocessing import Pool
from os import path as osp
from tqdm import tqdm
from basicsr.utils import scandir_SIDD
from basicsr.utils.misc import scandir_SIDD
from basicsr.utils.create_lmdb import create_lmdb_for_SIDD
@ -119,4 +119,4 @@ def worker(path, opt):
if __name__ == '__main__':
main()
# ... make sidd to lmdb
# ... make sidd to lmdb