Skip to content

fix bug when set label_file: null#303

Merged
SamitHuang merged 1 commit into
mindspore-lab:mainfrom
SamitHuang:fix
May 23, 2023
Merged

fix bug when set label_file: null#303
SamitHuang merged 1 commit into
mindspore-lab:mainfrom
SamitHuang:fix

Conversation

@SamitHuang
Copy link
Copy Markdown
Collaborator

@SamitHuang SamitHuang commented May 23, 2023

Thank you for your contribution to the MindOCR repo.
Before submitting this PR, please make sure:

Motivation

(Write your motivation for proposed changes here.)

Test Plan

(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)

Related Issues and PRs

(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)

Comment thread mindocr/data/builder.py
else:
dataset_config['data_dir'] = [os.path.join(dataset_config['dataset_root'], dd) for dd in dataset_config['data_dir']]

if 'label_file' in dataset_config:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if 'label_file' in dataset_config:
if 'label_file' in dataset_config and dataset_config['label_file']:

@SamitHuang SamitHuang merged commit a81d53b into mindspore-lab:main May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants