pmdw620

Results 3 comments of pmdw620

options = { # ===== Fixed ===== "use_smoothed_bbox": True, "use_kalman_filter": True, "use_auto_downscaling": False, "bbox_moving_avg_coef": 0.65, "min_face_area": 35 * 35, "IMAGE_SHAPE": model.IMAGE_SHAPE, # ===== Tunable ===== "kf_noise_coef": 1e-3, "use_color_correction": "hist_match", "detec_threshold":...

You should change it before you run the cell. On Fri, Mar 13, 2020, 23:01 ajsirsik wrote: > @pmdw620 , Many thanks... > Nothing changed for me, after changing output_type...

Maybe because you have not trained your models enough, I've take a look at your notebook, the recent training stops at 600 On Sat, 14 Mar 2020 at 00:33, ajsirsik...