NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.57k stars 1.2k forks source link

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

Open sunshinewhy opened 4 years ago

sunshinewhy commented 4 years ago

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!