Skip to content
Snippets Groups Projects
Commit e3ccd3b1 authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

Updated pyproject.toml

parent 4645776f
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ dependencies = [
"pillow",
"torch>=1.8",
"torchvision>=0.10",
"lightning",
"lightning>=2.0.3",
"tensorboard",
]
......@@ -117,8 +117,8 @@ montgomery_rs_f7 = "ptbench.configs.datasets.montgomery_RS.fold_7"
montgomery_rs_f8 = "ptbench.configs.datasets.montgomery_RS.fold_8"
montgomery_rs_f9 = "ptbench.configs.datasets.montgomery_RS.fold_9"
# shenzhen dataset (and cross-validation folds)
shenzhen = "ptbench.configs.datasets.shenzhen.default"
shenzhen_rgb = "ptbench.configs.datasets.shenzhen.rgb"
shenzhen = "ptbench.data.shenzhen.default"
shenzhen_rgb = "ptbench.data.shenzhen.rgb"
shenzhen_f0 = "ptbench.data.shenzhen.fold_0"
shenzhen_f1 = "ptbench.data.shenzhen.fold_1"
shenzhen_f2 = "ptbench.data.shenzhen.fold_2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment