DeepNude_NoWatermark_withModel icon indicating copy to clipboard operation
DeepNude_NoWatermark_withModel copied to clipboard

DeepNude source code,without watermark,with demo and model download link,one command to run offline,GAN/Pytorch/pix2pix/pic2pic

Results 13 DeepNude_NoWatermark_withModel issues
Sort by recently updated
recently updated
newest added

Fixed typo in pillow, pytorch replaced with torch because PyTorch name in PyPI is torch

I did tasks shown in the following. - Delete not using images - Add .gitignore not to track `__pycache__/`, `checkpoints/` - Adjustment spaces

`$python main.py` ``` libpng warning: iCCP: known incorrect sRGB profile Executing phase: dress_to_correct Executing phase: correct_to_mask Executing phase: mask_to_maskref Executing phase: maskref_to_maskdet Executing phase: maskdet_to_maskfin Traceback (most recent call last):...

enhancement