NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssertionError: datasets/Cityscapes/test_A is not a valid directory

sunshinewhy opened this issue · comments

Excuse me! When I run test_g1_1024, the terminal shows error that
assert os.path.isdir(dir), '%s is not a valid directory' % dir
AssertionError: datasets/Cityscapes/test_A is not a valid directory
How to solve this problem? Thanks a lot!