Apidwalinz
Results
2
comments of
Apidwalinz
def delete_image(self): delete_path = self.file_path if delete_path is not None: idx = self.cur_img_idx if os.path.exists(delete_path): os.remove(delete_path) self.import_dir_images(self.last_open_dir) self.cur_img_idx = idx self.cur_img_idx -= 1 self.open_next_image()
[README_Vietnamese.md](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/files/7654457/README_Vietnamese.md)