Skip to content

Commit

Permalink
core\refac: #68 aws s3 fetching
Browse files Browse the repository at this point in the history
- rely histology dataset downloading from aws s3 instead of google drive
  • Loading branch information
blotero committed Jun 20, 2024
1 parent 4b159f6 commit 75a973f
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 88 deletions.
245 changes: 173 additions & 72 deletions core/poetry.lock

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

5 changes: 3 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.5"
version = "0.1.5.dev1"
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.5"
version = "0.1.5.dev1"
authors = ["Brandon Lotero <[email protected]>"]
description = "A package for the SEG TGCE project"
readme = "README.md"
Expand All @@ -36,6 +36,7 @@ matplotlib = "^3.8.4"
opencv-python = "^4.9.0.80"
tensorflow-datasets = "^4.9.4"
gdown = "4.6.3"
boto3 = "^1.34.130"


[tool.poetry.group.test.dependencies]
Expand Down
Loading

0 comments on commit 75a973f

Please sign in to comment.