Skip to content

Error in windows label = int(each_path.split('/')[-2])  #18

@raktim-mondol

Description

@raktim-mondol

Fix:

Remove the following line:
#label = int(each_path.split('/')[-2])

Add the following two lines:
temp=each_path.split('\')[0]
label=int(temp.split('/')[3])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions