-
`Run person0, name:baiqianyuanTraceback (most recent call last):
File "D:/Project/video_recognition/get_face_feature.py", line 101, in
_, face_img = detect_face.detect(srcimg) ###肖像照,图片中有且仅有…
-
```pml
init {
if
:: x = 3;
:: b -> x = 3;
fi
}
```
with the query `((assignment) @asgn)` has the following highlighting
and has the parse tree
```
program:
init:
bod…
-
I used WFLW to train pfld network but the landmark for eye openning and clossing did not work. It means if I close my eyes, the eyes landmark still likes opening state. How do you train/ solve the iss…
-
Thanks for sharing it. I used your code and run it for video captured from camera. The landmark are not stable although the face is not moving. Could you suggest the solution to fix it? I find the pfl…
-
感谢您的工作。
想请问一下load_pfld_data.py的以下输入
train_file = './datas/train_data/list.txt'
train_folder = './datas/train_data/imgs/'
valid_file = './datas/test_data/list.txt'
valid_folder = '…
-
感谢分享代码。我用自己拍摄的人脸图,通过MTCNN检测人脸,再进行pfld关键点预测,测试效果非常不好。造成这个的原因是pfld模型设计本身的原因?还是训练数据集和测试数据差别太大(训练数据集都是一些裁剪出来的低分辨率小图[112*112],测试的时候是用手机拍摄的高分辨率大图)?通过对这种自己拍摄的高清大图进行手动的人脸裁剪再送入pfld进行关键点检测可以一定程度上提高测试效果,但是针对不同的图…
-
I am able to run FBNet (https://nni.readthedocs.io/en/v2.5/NAS/FBNet.html) when I used NNI version smaller than 2.9. However, for the master branch, there has been a refactoring, which has led to the …
-
Hello, I trained PFLD according to your code. The loss on the validation dataset is unchanged after about 200 epochs, and finally nme is 0.074. Why is this? Looking forward to your reply~
-
How to run SetPreparation.py for 300w dataset?
-
请问一下,300W训练集和测试集是怎么划分的呢,另外300W private测试集是指什么数据数据集呢,谢谢啦~