Skip to content

Missing "shapes.csv" in utils.create_meta_data_table function #6

@parataaito

Description

@parataaito

Hi !

I was trying to go through the preprocessing-of-covid19-dataset.ipynb file and I got into an error when calling the following code:

df = create_meta_data_table(output_path)

# Filter CT scans with less than 20 slices 
df = df[df.z > 20]

plot_dicomexamined_distribution(df, 
                                others_percentage_upper_bound=0.015)

The error occurs in create_meta_data_table where a "shapes.csv" file is trying to be read. However, I did not find this file either in the repo or in the COVID-19-AR zip file.

Can someone help me find it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions