Linzaer / Ultra-Light-Fast-Generic-Face-Detector-1MB

💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
MIT License
7.17k stars 1.54k forks source link

question about pre-trained model #246

Open kimtaehyeong opened 3 years ago

kimtaehyeong commented 3 years ago

Thank you for sharing the good results.

I have a question. What data are the trained models (slim, RFB) provided? Also, I am fine-tuning based on this model. Here, it is labeled (face, background), but I am learning by increasing it to about 5 classes. In conclusion, the performance is poor. I'm guessing it's because the model is too light. Is there a good way? I started learning from Scratch, and there are about 20,000 vocs for face data, and about 20,000 other data. Thank you.