open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.3k stars 9.42k forks source link

Any plan to implement DSFD for face detection #6720

Closed fl82hope closed 2 years ago

fl82hope commented 2 years ago

The provided config https://github.com/open-mmlab/mmdetection/blob/master/configs/wider_face/ssd300_wider_face.py, the training loss is always Nan, Any solutions?

DSFD (https://github.com/Tencent/FaceDetection-DSFD) is a practical face detector, any plan to incorporate it into mmdetection?

AronLin commented 2 years ago

For the second question, we mainly support general object detection, so we have not plan to reimplement it. For the first question, how many GPUs did you use? You can set grad_clip in the optimizer_config.