Some more performance improvements.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user