Skip to content

Commit

Permalink
core\refac: #40 image loading verbosity
Browse files Browse the repository at this point in the history
- decreased verbosity for crowd_seg image loading
  • Loading branch information
blotero committed May 21, 2024
1 parent 2fee0f8 commit da977db
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
104 changes: 52 additions & 52 deletions core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
description = "Framework for handling image segmentation in the context of multiple annotators"
name = "seg_tgce"
version = "0.1.2"
version = "0.1.3"
readme = "README.md"
authors = [{ name = "Brandon Lotero", email = "[email protected]" }]
maintainers = [{ name = "Brandon Lotero", email = "[email protected]" }]
Expand All @@ -15,7 +15,7 @@ Issues = "https://github.com/blotero/seg_tgce/issues"

[tool.poetry]
name = "seg_tgce"
version = "0.1.2"
version = "0.1.3"
authors = ["Brandon Lotero <[email protected]>"]
description = "A package for the SEG TGCE project"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion core/seg_tgce/data/crowd_seg/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __data_generation(self, batch_filenames):
).reshape(*self.image_size)
plt.show()
else:
LOGGER.warning(
LOGGER.info(
(
"Mask not found for scorer %s and image %s "
"Filling up with zeros."
Expand Down

0 comments on commit da977db

Please sign in to comment.