Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

offload utils into another file #4

Open
Mayukhdeb opened this issue Aug 9, 2021 · 0 comments
Open

offload utils into another file #4

Mayukhdeb opened this issue Aug 9, 2021 · 0 comments
Assignees

Comments

@Mayukhdeb
Copy link
Member

This will make app.py much more readable. We can remove all of the stuff spanning from

def onnx_segment_membrane(input_image, threshold):
to
def scale_model_outputs(scaler_path, data):

into a completely different file called utils.py to make it cleaner.

Ideally, app.py should only contain streamlit related stuff, and not core backend operations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants