Skip to content

StopIteration error when training #61

@germanebr

Description

@germanebr

Hello

I've been trying to train the model with the ICDAR 2019 dataset. However, when I run the training script the error of `print(len([f for f in next(os.walk(FLAGS.training_data_path))[2] if f[-4:] == ".jpg"]))

StopIteration` appears. Does it mean that is not finding anything in the training_data_path?

I already checked that the folder contains both the .jpg and .txt data for each image that I use for training. What could be the cause of this problem?

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