DevoLearn / devolearn

Accelerate data driven research on embryos with deep learning models :microscope:
MIT License
43 stars 30 forks source link

added different colour to centroids of cells #85

Closed sushmanthreddy closed 1 year ago

sushmanthreddy commented 1 year ago

added different colour to centroids of cells for better visualisation in devograph ,for time series data. image

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 73.33% and project coverage change: -0.48 :warning:

Comparison is base (a3eca33) 86.32% compared to head (12cce53) 85.84%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ========================================== - Coverage 86.32% 85.84% -0.48% ========================================== Files 12 12 Lines 424 431 +7 ========================================== + Hits 366 370 +4 - Misses 58 61 +3 ``` | [Impacted Files](https://codecov.io/gh/DevoLearn/devolearn/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [...cell\_membrane\_segmentor/cell\_membrane\_segmentor.py](https://codecov.io/gh/DevoLearn/devolearn/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGV2b2xlYXJuL2NlbGxfbWVtYnJhbmVfc2VnbWVudG9yL2NlbGxfbWVtYnJhbmVfc2VnbWVudG9yLnB5) | `85.60% <73.33%> (-1.69%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

devoworm commented 1 year ago

Will wait for @Mayukhdeb to review before merging.

sushumereddy commented 1 year ago

@Mayukhdeb can u pls review the pr and merge in devolearn ,I have just added the better visualisation methods for devograph...pls once review it..

Mayukhdeb commented 1 year ago

@sushmanthreddy Thanks for the PR! There's just one important edit that i would want. Please remove the .DS_Store files from the commits. I'm sure you can just do a soft git reset and then re-commit only the relevant files (excluding the .DS_Store files). Another thing that you should do to avoid this in the future is to add .DS_Store/ to the .gitignore file