data loading and plotting for results wip

This commit is contained in:
Jan Kowalczyk
2025-09-03 14:55:54 +02:00
parent 3d968c305c
commit ed80faf1e2
16 changed files with 2732 additions and 952 deletions

View File

@@ -1,31 +1,9 @@
[tool.poetry]
[project]
name = "tools"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
description = "Add your description here"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
pointcloudset = "^0.9.0"
open3d = "^0.19.0"
scikit-learn = "^1.4.2"
dash = "^2.16.1"
addict = "^2.4.0"
pillow = "^10.3.0"
tqdm = "^4.66.2"
matplotlib = "^3.8.4"
dask = "^2024.4.2"
dask-expr = "^1.1.3"
pandas = "^2.2.2"
pathvalidate = "^3.2.0"
tabulate = "^0.9.0"
tensorflow-datasets = "^4.9.8"
tensorflow = "^2.19.0"
setuptools = "^79.0.1"
umap-learn = "^0.5.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires-python = ">=3.11.9"
dependencies = [
"polars>=1.33.0",
]