Ultra-Light-Fast-Generic-Face-Detector-1MB
Ultra-Light-Fast-Generic-Face-Detector-1MB copied to clipboard
💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
Hello! In fd_config.py there is a following line: min_boxes = [[10, 16, 24], [32, 48], [64, 96], [128, 192, 256]] As far as I understand, these are anchors, actually four...
While segmenting the face alone from bounding box using this face detection method, I am getting extra pixel, because some image having multiple face, the bounding boxes overlap. So how...
I cloned your repository and used python 3.6 and pytorch 1.2. Still I get loss nan when I use the model to train on the widerfaces dataset you provide. I...
``python3 train.py --datasets /home/skylark/Ultra-Light-Fast-Generic-Face-Detector-1MB/data/voc_dataset --validation_dataset /home/skylark/Ultra-Light-Fast-Generic-Face-Detector-1MB/data/voc_dataset 2025-02-28 22:51:54,488 - root - INFO - inpu size :320 priors nums:4420 2025-02-28 22:51:55,122 - root - INFO - Use Cuda. 2025-02-28 22:51:55,122 -...
浅问一下 为啥我的训练GPU利用率极低,大概2%