Skip to content

Commit be9ca9e

Browse files
authored
Update api (#34)
* chore: update tree-disk-pith to version 0.2.0 and tree-disk-segmentation to version 0.2.1 in dependencies * fix: update file_id for downloading YOLO PITH model
1 parent 1df6d39 commit be9ca9e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

tree-disk-api/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-disk-api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fastapi = "^0.115.4"
1313
uvicorn = "^0.32.0"
1414
gunicorn = "^23.0.0"
1515
python-multipart = "^0.0.17"
16-
tree-disk-segmentation = "^0.2.0"
17-
tree-disk-pith = "^0.1.6"
16+
tree-disk-segmentation = "^0.2.1"
17+
tree-disk-pith = "^0.2.0"
1818
tree-disk-rings = "^0.6.0"
1919
gdown = "^5.2.0"
2020
python-dotenv = "^1.0.1"

tree-disk-api/src/config/preparation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def download_yolo_pith_model():
3939
)
4040
return
4141

42-
file_id = "1_-dDH4DNiL8wbgiPWPaNqne7kbJyZc8z"
42+
file_id = "1oqR_F__iz8JFG3U2xtfbzdsFmnx3sP0a"
4343
url = f"https://drive.google.com/uc?id={file_id}"
4444

4545
logger.info(f"Downloading Google Drive file from: {url}")

0 commit comments

Comments
 (0)