Closed whqwill closed 3 years ago
BTW, where is the generation_args.pkl from?
- It means the human and object instances with detection confidence lower hthresh and othresh are ignored in inference and evaluation.
- They are obtained via grid search on selected validation set from HAKE. You could take reference from #30 (comment).
OK. Thanks. So the hthresh and othresh are also obtained via grid search on selected validation set from HAKE, right?
BTW, if I want to do inference on my own dataset, how should I set hthresh and othresh and other parameters?
For Q1, that's right. For Q2, maybe a grid search on a selected validation set from your own dataset could do it.
what's the meaning of hthresh and othresh in the Generate_detection.py in instance level