Open N3B27 opened 1 year ago
According to vs these locations do not exist
groundTruthPath = targetDirName + 'BlueEyes-White-Dragon-1-89631139/896311391.jpg' imagePath0 = './test-input/bewd_dd.png'
assert os.path.exists(imagePath0) assert os.path.exists(groundTruthPath)
According to vs these locations do not exist
imagePath0 = './test-input/bewd_0.png'
groundTruthPath = targetDirName + 'BlueEyes-White-Dragon-1-89631139/896311391.jpg' imagePath0 = './test-input/bewd_dd.png'
assert os.path.exists(imagePath0) assert os.path.exists(groundTruthPath)