Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File error during execution #4

Closed
VKrishna09 opened this issue Sep 6, 2022 · 2 comments
Closed

File error during execution #4

VKrishna09 opened this issue Sep 6, 2022 · 2 comments

Comments

@VKrishna09
Copy link

Hello Pieter,

Well done on the great work!

I get the following error when I run "python maskAL.py --config maskAL.yaml"

: main - ERROR - Could not find inputs.yaml file, what exactly is this inputs.yaml file.

Also, there was nothing mentioned about the meta.json in the video. The supervisely format of that json export was generated by a tool or was manually created? Can you guide on this aspect too?

Kind regards,
Krishna

@pieterblok
Copy link
Owner

pieterblok commented Sep 13, 2022

Hello Pieter,

Well done on the great work!

I get the following error when I run "python maskAL.py --config maskAL.yaml"

: main - ERROR - Could not find inputs.yaml file, what exactly is this inputs.yaml file.

Also, there was nothing mentioned about the meta.json in the video. The supervisely format of that json export was generated by a tool or was manually created? Can you guide on this aspect too?

Kind regards, Krishna

Hi Krishna,

Thank you for your kind words. Assuming that maskAL.yaml is a correct file, the only reason that I can reproduce this error is excluding the types.yaml file from the root directory. Types.yaml should always be present.

The meta.json file is indeed created by the supervisely annotation program, and used when auto-annotating the images (only when the export_format is set to "supervisely").

Hope this helps,
Regards,
Pieter

@pieterblok
Copy link
Owner

Did some debugging with @VKrishna09.

This error was caused by an incorrectly specified network_config and pretrained_weights in maskAL.yaml.

Please refer to: TROUBLESHOOTING

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

No branches or pull requests

2 participants