xlin
xlin
> 提供的跟踪器垫文件包含面向800x600图像大小的面部点,但在代码图像中似乎没有调整大小。 > 另外,我没有在任何地方看到预训练的张量流模型,请你分享一下吗? https://github.com/leoli3024/Portrait_FCN_and_3D_Reconstruction/blob/master/preprocess_image_to_fcn.py
Later, I measured my own picture and found that I need to process the picture into a 6-channel picture. I see that the 4th and 5th channels of the information...
@CDOTAD @tearhupo121031 Do you have a trained model, can you send me an email [email protected], or send a model cloud connection (such as Baidu cloud link). Thank you very much.
you need a pretrain model
When I use the command : $python scripts/train.py -mode mat , my loss curve does not drop. Have you solved this problem?  > 我已确保使用正确的值发送正确的数据。 > Alpha遮罩 - [0.255] >...
> Also make a check at get_valid_names() in common.py to make sure you are dealing with entire dataset at a time , in my case due to some of my...
> > [2018/12/13 09:22:03.066] INFO (15628) config : Load config from "config.json" > > [2018/12/13 09:22:03.125] WARNING (15628) datasets.common : no image is valid > > [2018/12/13 09:22:03.126] INFO (15628)...
 @leaf918 In addition, mode=seg_tri training model, my loss curve is almost the same as you. Do you have some new opinions on this now?
Brother, my three modes of training: $ python scripts/train.py --mode seg $ python scripts/train.py --mode seg+ $ python scripts/train.py --mode seg_tri The training part looks normal, but the test was...
Thank you very much for your reply. The first question I have just mentioned is roughly what you mean by answering this question. I am concerned that a video is...