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
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:
Whereas 'create_COVIDx.ipynb' has:
Data distribution from covid datasets:
{'normal': 0, 'pneumonia': 33, 'COVID-19': 358}
Is this expected behavior?
The text was updated successfully, but these errors were encountered:
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:
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:
Whereas 'create_COVIDx.ipynb' has:
Is this expected behavior?
The text was updated successfully, but these errors were encountered: