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

[Roadmap / Import] Apply quality check ON image during / just after the import #2242

Closed
jcomedouteau opened this issue Jun 5, 2024 · 4 comments

Comments

@jcomedouteau
Copy link
Collaborator

Proposed by the GIN for the next roadmap.
The idea is to be able to apply some quality check on then image / data just after import.

This may be done in multiple ways:

  1. Either find a lightweight and easily configurable program to do these checks and integrate it in shanoir (probably impossible to find ?)
  2. Be able to apply a VIP processing on data just after import and retrieve "quality check" information / tag.

To be discussed

@michaelkain
Copy link
Contributor

nice, for that we need to optimize the integration with VIP
I propose to do these checks, POST import, to avoid timeout issues, e.g. VIP down etc.
@jcomedouteau and @youennmerel can you list me today's bottlenecks of the integration with VIP?
I remember there were db connection issues etc. and probable clean ups we might require?

@jcomedouteau
Copy link
Collaborator Author

jcomedouteau commented Jun 5, 2024

The problem with DB access is normally resolved (until next time). We need to discuss with youenn for the rest

@jcomedouteau
Copy link
Collaborator Author

Analyzed tools

  • MRQY
  • MRQC

Both are relevant tool, but they are developed to analyze full studies. The principle is to calculate a list of metric for every image, then compare these metrics in a graphical view to be able to easily identify outliers.
It is not developed to be done in an incremental way, but we could imagine adapting it.

@jcomedouteau
Copy link
Collaborator Author

This will be "resolved" by #2388

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

No branches or pull requests

2 participants