Skip to content

S1 format unpack fix#150

Merged
bcoltin merged 7 commits into
developfrom
s1_format_unpack_fix
Jul 11, 2022
Merged

S1 format unpack fix#150
bcoltin merged 7 commits into
developfrom
s1_format_unpack_fix

Conversation

@ScottMcMichael
Copy link
Copy Markdown
Contributor

Address some issues that were seen with newer software versions.

@ScottMcMichael ScottMcMichael requested a review from bcoltin June 25, 2022 22:04
Comment thread scripts/classify_directory.py Outdated
delete_from_dict(config_yaml, 'preprocess')
config_yaml['dataset']['images']['preprocess'] = '~'
text = yaml.dump(config_yaml)
text = text.replace("'~'", "~") # Remove unwanted quotes
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I am worried this might replace other things as well. I think what you want to do is set the preprocess to None earlier?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The original version seemed fine in testing but it looks like the result is the same using None.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@bcoltin bcoltin merged commit 6dde459 into develop Jul 11, 2022
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.

2 participants