Skip to content

Commit

Permalink
fix ShTech keyError
Browse files Browse the repository at this point in the history
  • Loading branch information
LiUzHiAn committed Dec 20, 2021
1 parent e377d6e commit 0f34301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_process/extract_bboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DATASET_CFGS = {
"ped2": {"conf_thr": 0.5, "min_area": 10 * 10, "cover_thr": 0.6, "binary_thr": 18, "gauss_mask_size": 3, 'contour_min_area': 10 * 10},
"avenue": {"conf_thr": 0.25, "min_area": 40 * 40, "cover_thr": 0.6, "binary_thr": 18, "gauss_mask_size": 5, 'contour_min_area': 40 * 40},
"our_shanghaitech": {"conf_thr": 0.5, "min_area": 8 * 8, "cover_thr": 0.65, "binary_thr": 15, "gauss_mask_size": 5, 'contour_min_area': 40 * 40}
"shanghaitech": {"conf_thr": 0.5, "min_area": 8 * 8, "cover_thr": 0.65, "binary_thr": 15, "gauss_mask_size": 5, 'contour_min_area': 40 * 40}
}


Expand Down

0 comments on commit 0f34301

Please sign in to comment.