jannisborn / covid19_ultrasound

Open source lung ultrasound (LUS) data collection initiative for COVID-19.
https://www.mdpi.com/2076-3417/11/2/672
151 stars 80 forks source link

Question about POCUS dataset #108

Closed Salaare closed 1 year ago

Salaare commented 1 year ago

Hello Good time I did some analysis on the POCUS data, but I have a question. According to your Python code, I first converted the frames into images and then CROP them with your code. Is it correct or should I CROP first and then convert the frames to images?

Then the next question is whether the CROP codes make the images the same size or just remove the borders?

Thankful

jannisborn commented 1 year ago

Hi,

Thx for the interest. It does not matter which way you do it. But if you run build_image_dataset.py all of this is taken care of, and you don't have to worry