You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to access image folders and check filenames inside
23:56-25:49 How to access image folders and check filenames inside
- How to get the path of the dataset
- path.ls()
- created inside core.py *
- How to check what subfolders inside the dataset path
- path_img = path/‘images’
- How to check what inside each subfolder
- fnames = get_image_files(path_img
- fnames[:5]
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered:
How to access image folders and check filenames inside
23:56-25:49
How to access image folders and check filenames inside
- How to get the path of the dataset
-
path.ls()
- created inside
core.py
*- How to check what subfolders inside the dataset path
-
path_img = path/‘images’
- How to check what inside each subfolder
-
fnames = get_image_files(path_img
-
fnames[:5]
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered: