experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.61k stars 861 forks source link

Fix: Image filename issue resolved #305

Open vermavinay982 opened 3 years ago

vermavinay982 commented 3 years ago

annotation from CVAT tool gives full path including the image folder name too. In that case, the code crashes as no file is found at that path. the split fix would just take the image name and append with path.