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

AutoAnnotation run model script requires 'secret_keys' #657

Closed
benhoff opened this issue Aug 21, 2019 · 1 comment
Closed

AutoAnnotation run model script requires 'secret_keys' #657

benhoff opened this issue Aug 21, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@benhoff
Copy link
Contributor

benhoff commented Aug 21, 2019

Due to some of the logic in the __init__.py module in the AutoAnnotation app, it currently requires that Django be fully installed, specifically for the secret keys.

See #516 for more details.

@nmanovic nmanovic added the bug Something isn't working label Aug 21, 2019
@nmanovic nmanovic added this to the 1.0.0 - Alpha milestone Aug 21, 2019
@benhoff
Copy link
Contributor Author

benhoff commented Aug 21, 2019

Just thinking out loud, could look at moving the code into the engine application. Could put try catches around the relevant logic in the init file. Could also combine the logic from inference.py into model_loader.py and then do some Python path manipulations directly in the run model script so it doesn't touch any cvat logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants