Tutorial 27 - Using glob to read multiple files in python

preview_player
Показать описание

This video explains the use of glob to find all path names in a directory. These path names can then be used to selectively load relevant data into python for processing.

Рекомендации по теме
Комментарии
Автор

how can i combine netcdf files from multiples directories to one single netcdf

nembilwiwamashudu
Автор

how can i save and then load the list Or dict of images in another file like matlab there is save X X and then there is load X, , Please

karamabdullah
Автор

maray pas pip sa libraries install ni hotin pta ni kun alternate way kya ha ?

ShanzaTariq-hh
Автор

How do we use this to find all the files in different directories?

abigailwaring
Автор

I have error with out of range :(, don't know why. I only can call li[0] but it's error with li[1], even I have 2 files in the folder

AnNguyen-lmdm
Автор

I was trying the recursive option but it never works, so i change to use os.walk

XinhLe
Автор

how to take 5 img from 10 img of a specific number inside folder

kamleshrathor
Автор

would you give me some hit why my_list has[None, None, None, None, None, None, None, None, None, None] although I run the for loop? I'm bit lost

sung-binpark
Автор

sir i have a grey image and when I am reading it with io.imread its showing image in bluish color. please tell me how read exact image ?
thank you

pratapsrules
Автор

Many thanks for this series.. Excellent quality ..:) Please make more content, this is going really cool!

sayanbhattacharya
Автор

Hello, how would I batch convert hundreds of .tif files to .czi?

bakethere
Автор

I have one question.
When the code is starting read the images from the file, it is not reading in order. First it reads image_1 then

But I need the order of images.

Would you please suggest me to remove this issue?

pampadey
Автор

thank you sir for this amazing video.
I have a question, how to load images from two folder in for loop and do something with it .

muhammadrafiq-HR
Автор

Can I use glob.glob() if my files are not in the same directory?

akashpanday
Автор

Glob only read jpg images? I'm using imutils

surflaweb
Автор

Lets say I have 100 images in a directory (000.jpg upto 100.jpg), but I only wan to process 050.jpg upto 100.jpg. How do I do that with glob?

ericksonboang
Автор

Thank you sir. I have a question. what if one don't need to read all the 10 images just like want to load 5 images. Then what should we do?

zarintasnim
Автор

it is not possible for me to import cv2!!

JaghoriArsenal
Автор

Thank you very much Sir for this lecture. Here is my question. How can I design this code in such a way without specifying file location so everyone can run it on his computer and access data from his directory

hassanmusa
Автор

How to import cv2 what is that in python? i want to read text file?

MMKhan-tkir