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 images #112

Closed Salaare closed 1 year ago

Salaare commented 1 year ago

Hello and have a good time. I had a question, according to the Python code, all video frames were converted into images. The question I have is whether all the resulting images can be used or not?

jannisborn commented 1 year ago

Yes, all can be used. Just don't split the frames randomly into train/test. Instead, split on a video level as done in the README