下载地址1:磁力链
magnet:?xt=urn:btih:7be4eb8d640742d2ffebd6495e9392e9e2c399bc (先下載Bitcomet https://www.bitcomet.com/tw 選擇磁鏈, 貼入磁鏈連結)
這個版本是論壇號稱更新,可以看此文章
https://www.belaw.cn/2038.html
下载地址2:磁力链
magnet:?xt=urn:btih:5334F1CFA5CE887902FC2C1DB67D0847E2CF64DE (先下載Bitcomet https://www.bitcomet.com/tw 選擇磁鏈, 貼入磁鏈連結)
另外來自一個成大討論的分享的,這個是俄羅斯的,以下為原PO
------
破解版載點在此
https://yadi.sk/d/xrgsVaRM6w9Gzw
建議各位用翻譯網頁的功能比較方便
下載之前要註冊 驗證碼是俄文 搜尋一下俄文複製上去就ok了
下載完不用修改任何東西 解壓縮完可以直接用
(效果其實不是很好 看起來不自然 改過部分的畫質也差
網上直接測試,
https://reurl.cc/ZRp5A
直接上傳圖片就好了,也沒有中文的問題,但基於這個原理,還是有更多身體的位置,GAN出來的效果會好很多.
-----------
----
泳裝照的處裡效果很好
==================
這個感覺形狀位置有點不對,或許,修正為華人的數據庫,可以修正一些,偏白也許是白人資料庫,試試看黑人的好ㄌㄜ
======
黑人似乎也很OK
黑人维密模特将身着300万美元天价胸罩走秀
https://wxn.qq.com/cmsid/2016102702414100
來試試看...
我的媽啊
====
志玲姊姊有神功護體,很奇怪,這GAN起來效果都不好,是背景太白的關係ㄇㄚ
=====
最初的DeepNude軟件及其所有安全措施已被黑客侵犯和暴露。隱藏代碼不再有意義。DeepNude使用一種有趣的方法來解決典型的AI問題,因此它對於在時尚,電影和視覺效果等其他領域工作的研究人員和開發人員非常有用。
此repo包含核心算法,而不是用戶界面。
The original DeepNude Software and all its safety measures have been violated and exposed by hackers. It no longer makes sense to hide the code. DeepNude uses an interesting method to solve a typical AI problem, so it could be useful for researchers and developers working in other fields such as fashion, cinema and visual effects.
This repo contains the core algorithm, not the user interface.
(項目說明:https://github.com/lwlodo/deep_nude
DeepNude如何運作?
DeepNude使用pix2pixHD GAN架構的略微修改版本。如果您對網絡的詳細信息感興趣,可以學習NVIDIA提供的這個驚人的項目。
可以使用配對和非配對數據集來訓練GAN網絡。配對數據集會獲得更好的結果,如果您想獲得逼真的結果,這是唯一的選擇,但有些情況下這些數據集不存在且無法創建。DeepNude就是這樣的一個案例。如果不是不可能的話,一個人在同一位置出現裸體和穿著的數據庫是極難實現的。
我們使用divide-et-impera方法克服了這個問題。我們不是依靠單一網絡,而是將問題分為3個更簡單的子問題:
1.生成選擇衣服的面具 1.Generation of a mask that selects clothes
2.生成解剖屬性的抽象表示 2.Generation of a abstract representation of anatomical attributes
3.生成假裸照 3.Generation of the fake nude photo
DeepNude uses a slightly modified version of the pix2pixHD GAN architecture. If you are interested in the details of the network you can study this amazing project provided by NVIDIA.
A GAN network can be trained using both paired and unpaired dataset. Paired datasets get better results and are the only choice if you want to get photorealistic results, but there are cases in which these datasets do not exist and they are impossible to create. DeepNude is a case like this. A database in which a person appears both naked and dressed, in the same position, is extremely difficult to achieve, if not impossible.
We overcome the problem using a divide-et-impera approach. Instead of relying on a single network, we divided the problem into 3 simpler sub-problems:
1.Generation of a mask that selects clothes
2.Generation of a abstract representation of anatomical attributes
3.Generation of the fake nude photo
原始問題:
Original problem:
Divide-et-impera問題:
這種方法使子數據集的構建變得可訪問和可行。網絡刮刀可以從網上下載數千張圖像,穿著和裸體,通過Photoshop,你可以應用適當的面具和細節來構建解決特定子問題的數據集。在風格化和抽象的圖形領域工作,這些數據集的構建只是在photoshop上工作幾個小時來掩蓋照片和應用幾何元素的問題。雖然可以使用一些自動化,但創建這些數據集仍然需要大量重複的手動操作。
計算機視覺優化
為了優化結果,使用OpenCV在每個GAN階段之前執行簡單的計算機視覺轉換。這些轉變的性質和意義並不是非常重要,並且經過多次試驗和錯誤嘗試後才被發現。
考慮到這些額外的轉換,包括最終插入水印,算法的各個階段如下:
連衣裙 - >正確 [OPENCV]
正確 - >面具 [GAN]
mask - > maskref [OPENCV]
maskref - > maskdet [GAN]
maskdet - > maskfin [OPENCV]
maskfin - >裸體 [GAN]
裸體 - >水印 [OPENCV]
條件
在啟動之前,腳本會在Python3環境中安裝這些軟件包:
numpy
Pillow
setuptools
six
torch
torchvision
wheel
Models
To run the script you need the pythorch models: the large files (700MB) that are on the net (cm.lib, mm.lib, mn.lib). Put these file in a dir named: checkpoints. The models exchanged on the network, contain a basic form of encryption (replacement of some bytes), so you may encounter errors. I will soon load the original unencrypted versions.
Launch the script
python3 main.py
The script will transform input.png to output.png.
Donate
If you followed our story you will know that we have decided not to continue selling DeepNude because we could no longer guarantee enough safety. The original DeepNude app was intended to bu fun and safe: we knew our customers, images were associated with them and watermarks covered the photos. But after 12 hours of launch, due to viral articles and clickbaits, the software had been hacked and modified. With multiple illecit DeepNude version in the web, anonymous and unknown users, virus and malware, the assumption of security dissolved soon. There are no valid security systems, when hackers from all over the world attack you.
We could have made a lot of money, but we preferred to limit the misuse as much as possible. If you have enjoyed our work or you would like our research not to stop there, make us a donation.
Bitcoin Address 3JeGCFoCPrrye1xMskRyvSpNpUhV3LY1FD
Ethereum Address 0x1872764406cf939d47274076ed1c542D7E16C9D9
=====
更多的測試數據
圖片來源 https://read01.com/7g5x0m.html#.XU1JCOgzaUk
=====
======
有頭髮覆蓋的地方,以及手往身體的地方,效果都不好
=====
============
===============
==============
|
|||||||