lindawangg / COVID-Net

COVID-Net Open Source Initiative
Other
1.15k stars 480 forks source link

Problem building COVIDx dataset #95

Closed palatos closed 3 years ago

palatos commented 3 years ago

I'm having trouble building the COVIDx dataset using the 'create_COVIDx.ipynb' script. I'm using the indicated sources and running the script, but the first count seems to be off already:

image Whereas 'create_COVIDx.ipynb' has:

Data distribution from covid datasets:
{'normal': 0, 'pneumonia': 33, 'COVID-19': 358}

Is this expected behavior?

haydengunraj commented 3 years ago

This is not expected behaviour and we are working to fix the issue.

ruancastro commented 3 years ago

Open the archive create_COVIDx.ipynb https://github.com/lindawangg/COVID-Net/blob/master/create_COVIDx.ipynb, replace this line : " f = row['finding'].split(',')[0] " by "f = row[ 'finding'].split('/')[-1] " The final result is : [image: image.png]

Em sex., 9 de out. de 2020 às 19:09, Hayden Gunraj notifications@github.com escreveu:

This is not expected behaviour and we are working to fix the issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lindawangg/COVID-Net/issues/95#issuecomment-706414373, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOP2IPJ3PUBWWJBXXWB27RLSJ6C2LANCNFSM4SHUWJQA .

-- Ruan Castro - 20162610016 - Engenharia Elétrica-IFPB.