I пробовал
Код: Выделить всё
from pathlib import Path
p = Path('/kaggle/working/fruits_detection/images')
sorted(list(p.glob('**/*.jpg')))
Код: Выделить всё
sorted(os.listdir('.'))
Не могли бы вы мне помочь? Спасибо.
Подробнее здесь: https://stackoverflow.com/questions/790 ... le-working