Open EmbraceLife opened 5 years ago
23:56-25:49 How to access image folders and check filenames inside
path.ls()
core.py
path_img = path/‘images’
fnames = get_image_files(path_img
fnames[:5]
How to access image folders and check filenames inside
23:56-25:49 How to access image folders and check filenames inside
path.ls()
core.py
*path_img = path/‘images’
fnames = get_image_files(path_img
fnames[:5]
目录 Lesson 1 知识点分解 #63