CenterFace.pytorch icon indicating copy to clipboard operation
CenterFace.pytorch copied to clipboard

unofficial version of centerface, which achieves the best balance between speed and accuracy at face detection

Results 28 CenterFace.pytorch issues
Sort by recently updated
recently updated
newest added

wideiface landmark的验证集标签有吗,您文中的连接失效了

你好,我想请问一下具体是在多少个epoch后做finetune的呢,finetune的学习率和步长具体是多少呢? 我在640 * 640的输入上做训练,使用lr_step为90、120,lr为5e-4,batch_size为8。之后将140的epoch取出,送入第二步做finetune,输入尺寸为800 * 800,使用lr_step为30、60,lr为5e-4,batch_size为8。 训练结果为 ![image](https://user-images.githubusercontent.com/32426369/97564758-06c85500-1a20-11eb-8546-89d1535284ad.png) 1.First train with the size of 640×640/514×514 2.Then fine tune with the size of 800×800 3.For the easy and hard part, s...

没有requirements.txt文件。用conda env create -f enviroment.yaml时也出现pip的问题 ![image](https://user-images.githubusercontent.com/37956006/115687660-fcfb2b00-a38c-11eb-8504-b1177564d85d.png)

您好,大神,训练过程中突然出现这个问题,怎么解决呢? multi_pose/dla |################# | train: [4][882/1583]|Tot: 0:02:16 |ETA: 0:01:49 |loss 3.2818 |hm_loss 2.8268 |lm_loss 3.1342 |wh_loss 0.5359 |off_loss 0.0880 |Data 0.001s(0.002s) |Net 0.multi_pose/dla |################# | train: [4][883/1583]|Tot: 0:02:16 |ETA: 0:01:49...

landmark的groundtruth的生成方式和论文不一致?

gt数据加载,代码里设置了人数限制。这里推理人群图片会容易造成漏检吧?

Really Nice Tutorial.. I have trained using code from https://github.com/siriusdemon/Build-Your-Own-Face-Model/tree/master/detection centerface detection and facing Accuracy Issue. Some Modifications I have done according to your repo as follows HeatMap generation using...

There are different tasks including ctdet,ddd, multi_pose and exdet. What do they mean? Could you please introduce them in details. And in the dataset folder, some filename end with "hp",...

For face detection, when a face show the bound of image and it only show the eyes,nose.(no mouth) How to solve it with labeling. Drop it or label it ?