Some more performance improvements.

This commit is contained in:
Daniel
2024-07-03 11:02:02 +02:00
parent 089fb0b41d
commit 3fcca51d17
4 changed files with 1238 additions and 1236 deletions

View File

@ -356,10 +356,12 @@ def main():
# Choose this depending on the fraction of invalid/missing persons
# A higher value reduces the number of proposals
"panoptic": 0.95,
"human36m": 0.96,
"mvor": 0.87,
"human36m": 0.94,
"mvor": 0.86,
"campus": 0.96,
"shelf": 0.96,
"ikeaasm": 0.86,
"tsinghua": 0.96,
}
minscore = minscores.get(dataset_use, 0.95)