Closed yxchng closed 5 years ago
Hi @yxchng Yes, You are free to change the visual threshold in demo.py for different application. you can try 0.8 in demo.py to decrease false positives. However, visual threshold must be set 0.01 in widerface_val.py. Because mAP in evaluation is determined by both precision and recall.
I notice that the visual threshold used in your work is very low (0.1 in demo and 0.01 in WIDERFACE). Wouldn't it result in a lot of false positives?
I tested your demo and it indeed gives many false positives. Is it normal?