strv-ml-mask2face icon indicating copy to clipboard operation
strv-ml-mask2face copied to clipboard

Virtually remove a face mask to see what a person looks like underneath

Results 10 strv-ml-mask2face issues
Sort by recently updated
recently updated
newest added

Can a pretrained model be included so that we don't have to train it ourselves?

I tried several times to repeat the code but when i run >> 2) Data generation: it Generating testing data successfully but failed to do so for training ?? any...

Is it possible to add our own face to enhance the output without retrain the whole model. I'm so sorry if this low quality question. I'm not an expert at...

Hi guys, ``` (strv-ml-mask2face) pc1@pc1:~/Documents/aaa/bbb/strv-ml-mask2face$ python train.py Using TensorFlow backend. 2022-06-30 17:14:12.794632: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1 2022-06-30 17:14:12.823483: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:981] successful NUMA node read from SysFS had...

Traceback (most recent call last): File "H:/no_mask/strv-ml-mask2face-master/test.py", line 85, in model.train(epochs=training_epochs, batch_size=batch_size, loss_function='ssim_l1_loss', learning_rate=0.1) File "H:\no_mask\strv-ml-mask2face-master\utils\model.py", line 133, in train history = self.model.fit(train_dataset, validation_data=valid_dataset, epochs=epochs, callbacks=callbacks) File "C:\Users\lenovo\AppData\Roaming\Python\Python37\site-packages\tensorflow\python\keras\engine\training_v1.py", line 785,...

Hi, thanks for the work! I train the model use tensorflow2.2.0-gpu, datasets contain about 39000 images, input dataset with mask and output dataset without mask, After 7-10 normal epochs, the...

How to use another dataset, such as Casia-webface, and not change the the structure of the dataset?

~\anaconda3\envs\mask2face\lib\random.py in sample(self, population, k) 361 n = len(population) 362 if not 0

ImportError: cannot import name 'get_config' from 'tensorflow.python.eager.context' (C:\Users\Anura\anaconda3\envs\mask2face\lib\site-packages\tensorflow\python\eager\context.py) Any idea how to solve this??? Thanks in advance.