如何使用python3中的异常处理从文件夹中删除特定图像

时间:2018-05-27 14:39:32

标签: python opencv python-3.5

我在一个文件夹中有500张图片。我想在python中使用异常处理删除不可读的图像。

当我使用时:

os.remove() 

然后我收到一条错误消息:

[WinError 3] The system cannot find the path specified: '-coast-ocean-horizon-sky-sunrise-sunset-dawn-atmosphere-plane-dusk-vehicle-flight-island-yellow-shadows-colors-holidays-hot-reflections-the-mediterranean-sea-sunset-sun-aegean-sea-atmosphere-of-earth-484653.jpg' "

因为这个

-coast-ocean-horizon-sky-sunrise-sunset-dawn-atmosphere-plane-dusk-vehicle-flight-island-yellow-shadows-colors-holidays-hot-reflections-the-mediterranean-sea-sunset-sun-aegean-sea-atmosphere-of-earth-484653.jpg') 

是迭代循环时第一个不可读的图像,我该如何解决?

0 个答案:

没有答案