vanstorm9 / yugioh-one-shot-learning

One shot learning (image recognition) on 10,856 unique Yugioh cards
96 stars 19 forks source link

imagePath0 = './test-input/bewd_dd.png' does not exist #6

Open N3B27 opened 1 year ago

N3B27 commented 1 year ago

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)