Media-Smart / vedadet

A single stage object detection toolbox based on PyTorch
Apache License 2.0
498 stars 128 forks source link

Spurious large boxes with TinaFace #43

Closed ggalan87 closed 3 years ago

ggalan87 commented 3 years ago

Hello, I run the inferece script using the TinaFace model using the pretrained weights and I get some spurious large boxes in several examples. For example for this image the resulted boxes were as follows.

out

Is there any indication about what is wrong, is this expected for some cases, or is anything that can be changed in the config except the inference threshold?

hxcai commented 3 years ago

@ggalan87 It is normal for some wrong output, you can change some parameters in config file like nms_pre, max_per_img, etc