Closed Leno-B closed 3 years ago
@Leno-B
I guess, the error is raised from these code in the newest commit:
So, you need to make sure that any of these items is True
:
if os.path.isdir(root)
It is suggested to use the newest committed version.
Thanks, it worked when I used the newest committed version.
@Leno-B OK. I think your problem has been solved. If you have any other questions, you are welcome to create a new issue.
Traceback (most recent call last): File "main.py", line 18, in
solver = Solver(arg_config, path_config)
File "/userhome/MINet/code/utils/solver.py", line 57, in init
mode="train",
File "/userhome/MINet/code/utils/imgs/create_loader_imgs.py", line 84, in create_loader
use_bigt=arg_config["use_bigt"],
File "/userhome/MINet/code/utils/imgs/create_rgb_datasets_imgs.py", line 140, in init
raise NotImplementedError
NotImplementedError