| [build-system]
|
| requires = ["setuptools>=61.0.0", "wheel"]
|
| build-backend = "setuptools.build_meta"
|
|
|
| [project]
|
| name = "segformer_plusplus"
|
| version = "0.2"
|
| authors = [
|
| {name = "Daniel Kienzle"},
|
| ]
|
| description = "Segformer++: Efficient Token-Merging Strategies for High-Resolution Semantic Segmentation"
|
| license = {text = "MIT"}
|
|
|
|
|
| readme = "README.md"
|
|
|
|
|
|
|
|
|
| dependencies = [
|
| "torch>=2.0.1",
|
| "tomesd",
|
| "omegaconf",
|
| "pyyaml",
|
| "numpy",
|
| "rich",
|
| "yapf",
|
| "addict",
|
| "tqdm",
|
| "packaging",
|
| "Pillow",
|
| "torchvision",
|
| ]
|
|
|
|
|
|
|
|
|
|
|
| [project.urls]
|
| Documentation = "https://arxiv.org/abs/2405.14467" |