-
Hi ,
Thanks for your codes.
Now I want to train model of 5 landmarks, then how can I do it?
Could you please give me some suggestion?
Thank you very much!
-
大佬你好,我用retinaface2yololandmark.py文件制作完数据集后,运行train_face_landmar.sh进行训练,然后打印出了如下错误:
Warning: in txt-label class_id = -2147483648 > classes=1 in cfg-file。 In txt-labels class_id should be [from 0 to 0]…
-
Hi,
Thanks for the great work.I have some problem about model training.
I have retrained the clnf_wild model use 300W training data without any change.
the result of pdm_generation is same with yo…
-
Hello, I want to convert my vertices of BFM 2009 to the BFM 2017, is there a corresponding relationship between the vertives of BFM 2009 and BFM 2017? How can I align the 68 landmarks in BFM 2009 to t…
-
Nice model you have got! Thanks for sharing it.
I wonder what kind of data you fed into the network in order to train, I mean, What database do you use to get so many keypoints and also 3d pose?
As…
-
Hi,请问在训练landmark generator的时候,是需要手动停止吗?因为我看这个while循环的意思似乎没有break的逻辑:
```
https://github.com/Weizhi-Zhong/IP_LAP/blob/main/train_landmarks_generator.py#L303
```
如果是这样的话,请问给出的预训练模型是在训练到了多少个step才…
-
@AITTSMD
您好,当我运行 gen_hard_example.py时遇到以下错误:
File "..\Detection\fcn_detector.py", line 35, in __init__
assert readstate, "the params dictionary is not valid"
AssertionError: the params…
-
Hi. Been a while since I was away from sim stuff, but since you have pushed this to git, I wanted to see how to improve it.
We have official mast and other obstacle data here:
https://www.ais.fi/…
-
Hi :)
i tried training nnUNet with the skeletall recall loss on my dataset und an error has occured. This is listed below. The same dataset was also used on default nnunet itself and there was no …
-
请问大佬们,用模型生成完视频是如何在粘回原视频中啊?我通过ffmpeg截取头部,然后通过代码贴回去,发现帖的不准确而且音画也不同步,大佬们有什么好办法吗?这是我的代码
ffmpeg -i 01.mp4 -vf "crop=512:290:0:56" -t 15 output05.mp4
import cv2
import ffmpeg
import os
# 读取01视频
vide…