After updating today everything fails

If training is failing to start, and you are not receiving an error message telling you what to do, tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Training process. If you want to get tips, or better understand the Training process, then you should look in the Training Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
Hades
Posts: 8
Joined: Sat Oct 26, 2019 4:57 pm
Has thanked: 2 times

After updating today everything fails

Post by Hades »

Hi guys ....
Just today i wanted to continue training.
But i just get :
12/13/2019 21:27:41 CRITICAL Error caught! Exiting...
12/13/2019 21:27:41 ERROR Caught exception in thread: '_training_0'
12/13/2019 21:27:41 ERROR At least one of your faces does not have the mask components stored for it.
12/13/2019 21:27:41 ERROR You should run the Mask Tool to generate this mask for your faceset or select a different mask in the training configuration options.
12/13/2019 21:27:41 ERROR The face that caused this failure was [side: A, frame: Alice_000052.png, index: 0]. The masks that exist for this face are: ['extended'].
12/13/2019 21:27:41 ERROR Be aware that there are probably more faces without this Mask Type

WARNING: Could not generate requirement for distribution -pencv-python 4.1.1.26 (c:\users\anwender\miniconda3\envs\faceswap\lib\site-packages): Parse error at "'-pencv-p'": Expected W:(abcd...)
Before update everything was ok . Any help ?

User avatar
Khilos
Posts: 3
Joined: Mon Jul 22, 2019 7:29 pm

Re: After updating today everything fails

Post by Khilos »

You selected to train the model with an 'components' mask when you only extracted with an 'extended' mask in the extraction phase according to the error message below.

12/13/2019 21:27:41 ERROR At least one of your faces does not have the mask components stored for it.
12/13/2019 21:27:41 ERROR You should run the Mask Tool to generate this mask for your faceset or select a different mask in the training configuration options.
12/13/2019 21:27:41 ERROR The face that caused this failure was [side: A, frame: Alice_000052.png, index: 0]. The masks that exist for this face are: ['extended'].
12/13/2019 21:27:41 ERROR Be aware that there are probably more faces without this Mask Type

I would either change the Train config to 'extended' masks or use the Mask tool to re-extract with a 'components' ( or any other ) mask

User avatar
torzdf
Posts: 2671
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: After updating today everything fails

Post by torzdf »

As an addendum, this is an unfortunate side effect of upgrading to better masks. BUT the mask tool is very quick at adding masks that you have not extracted.

The train guide will be updated shortly to reflect this change.

My word is final

Locked