您好,登錄后才能下訂單哦!
這篇文章主要介紹Python中Barbershop如何實現照片換發型功能,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
下面進入最坑的部分,首先我們看一下項目給出的安裝說明。
其實只有兩條,conda導入environment/environment.yaml環境,下載II2S圖片。就這兩句話讓我裝了一晚上,天知道我經歷了啥。坑踩了一邊,可以按照我的流程裝,應該問題不大。
先創建conda虛擬環境,使用一下命令:
conda env create -f environment/environment.yaml
這里有不會的話,可以看我另一篇文章,有詳細的搭建方法:機器學習基礎環境部署
我就不提我踩了多少坑了,下面我把需要的項目沒提供的依賴,總結發在下面。
dlib
Ninja
gdown
scikit-image
IPython
opencv-python
版本可以選擇最新的,因為我用最新的跑起來了。
需要安裝一下Microsoft Visual Studio,我選擇的版本是2019版本。
提供一下下載地址:下載 Visual Studio Tools
這里需要注意安裝的時候需要把C++選上。
按照自己的機器位數,選擇路徑添加到環境變量路徑里。下面是我的路徑。
添加環境變量
項目在運行的時候其實是會自己下載模型的,但是從google云盤經常失敗,而且該項目要的模型特別多,我放在百度云盤上分享出來,大家可以下我的。
模型文件鏈接 提取碼:tuan
首先人臉68特征數據放到項目的cache目錄內。其次另外的6個pt文件放到項目的pretrained_models目錄內。
按照項目給出的地址從云盤下載到input/face目錄內。這邊我還是提供百度云盤的分享鏈接,下不下來可以用我的。
鏈接 提取碼:TUAN
項目align_face.py文件中,不會檢查模型是否存在,還是會下載,需要調整一下。如下圖:
OK,環境如果你按照我上面說的部署成功了,恭喜。下面我來驗證一下效果。
先看看我準備的照片。
把照片放到unprocessed目錄下,注意編號需要和input/face內的文件編號不同。
首先我們執行命令預處理unprocessed目錄內的照片。命令如下:
python align_face.py
(Barbershop) C:\Users\yi\PycharmProjects\Barbershop>python align_face.py Downloading Shape Predictor 126.jpg: Number of faces detected: 1
可以看到input/face目錄多了一個文件,預處理把原照片的人臉處理出來了。
下面看一下我準備換的發型是哪張。
換個短發。執行命令如下:
python main.py --im_path2 126.png --im_path3 94.png --im_path4 94.png --sign realistic --smooth 5
看下執行結果
(Barbershop) C:\Users\yi\PycharmProjects\Barbershop>python main.py --im_path2 126.png --im_path3 94.png --im_path4 94.png --sign realistic --smooth 5 Loading StyleGAN2 from checkpoint: pretrained_models/ffhq.pt Setting up Perceptual loss... Loading model from: C:\Users\yi\PycharmProjects\Barbershop\losses\lpips\weights\v0.1\vgg.pth ...[net-lin [vgg]] initialized ...Done Number of images: 2 Images: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [10:39<00:00, 319.74s/it] Number of images: 2 Images: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [02:08<00:00, 64.04s/it] Loading StyleGAN2 from checkpoint: pretrained_models/ffhq.pt C:\Users\yi\PycharmProjects\Barbershop\models\Alignment.py:97: UserWarning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (Triggered internally at ..\aten\src\ATen\native\TensorCompare.cpp:328.) new_target_final = torch.where(OB_region, torch.from_numpy(new_target_inpainted), new_target) Align Step 2: 0%| | 0/100 [00:00<?, ?it/s]E :\ProgramData\Anaconda3\envs\Barbershop\lib\site-packages\torch\nn\functional.py:3680: UserWarning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and now uses scale_factor directly, instead of relying on the computed output size. If you wish to restore th e old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. "The default behavior for interpolate/upsample with float scale_factor changed " E:\ProgramData\Anaconda3\envs\Barbershop\lib\site-packages\torch\nn\functional.py:3635: UserWarning: Default upsampling behavior when mode=bicubic is changed to align_co rners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details. "See the documentation of nn.Upsample for details.".format(mode) Loading StyleGAN2 from checkpoint: pretrained_models/ffhq.pt Setting up Perceptual loss... Loading model from: C:\Users\yi\PycharmProjects\Barbershop\losses\masked_lpips\weights\v0.1\vgg.pth ...[net-lin [vgg]] initialized ...Done Setting up Perceptual loss... Loading model from: C:\Users\yi\PycharmProjects\Barbershop\losses\masked_lpips\weights\v0.1\vgg.pth ...[net-lin [vgg]] initialized ...Done
等了很長時間,結果出來了。最后的效果圖如下
對比一下看看,還是很不錯的吧,我這么長的安裝時間沒有白費。
以上是“Python中Barbershop如何實現照片換發型功能”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。