Search found 50 matches

by korrupt78
Tue Feb 11, 2020 5:37 pm
Forum: Artificial Intelligence
Topic: tattoo removal? GANs?
Replies: 6
Views: 22719

Re: tattoo removal? GANs?

faceswap(real1,real2) = identity swapping
faceswap(real1,fake1) = ethical identity hiding

Imagine being able to vlog or stream about sensitive political topics with the full range of human facial expressions but without showing your face.

by korrupt78
Mon Feb 10, 2020 7:32 am
Forum: Artificial Intelligence
Topic: tattoo removal? GANs?
Replies: 6
Views: 22719

Re: tattoo removal? GANs?

As to your second, yes, absolutely :) Cool. I just finished chapter 3 of Deep Learning Illustrated by Jon Krohn, which introduced me to GANs, which blew my mind. In terms of what's relevant to faceswapping, the possibility of being able to autogenerate completely original faces free of legal and et...
by korrupt78
Mon Feb 10, 2020 6:18 am
Forum: Artificial Intelligence
Topic: CUDA book recommendation?
Replies: 4
Views: 19426

Re: CUDA book recommendation?

Thanks, I love good tech conference talks.

by korrupt78
Sun Feb 09, 2020 10:50 am
Forum: Artificial Intelligence
Topic: tattoo removal? GANs?
Replies: 6
Views: 22719

tattoo removal? GANs?

Has anyone attempted to use deep learning for tattoo removal? And if so, has anyone packaged that tech up in a convenient tool like faceswap?

Also, is this an appropriate forum to discuss creating original faces with generative antagonistic networks?

by korrupt78
Sun Feb 09, 2020 7:16 am
Forum: Artificial Intelligence
Topic: CUDA book recommendation?
Replies: 4
Views: 19426

Re: CUDA book recommendation?

You're not going to get a whole lot more out of faceswap by reading books. You might be underestimating my ignorance. I don't even know the difference between CUDA, Keras, and TensorFlow. I just know they're relevant things. That said, if you're interested in AI/ML books in general, I highly recomm...
by korrupt78
Sun Feb 09, 2020 1:07 am
Forum: Artificial Intelligence
Topic: CUDA book recommendation?
Replies: 4
Views: 19426

CUDA book recommendation?

Can anyone recommend a good book for someone who's completely new to CUDA to get up to speed on the concepts, for practical benefit - such as understanding how to better operate faceswap? I browsed the titles on Amazon, but they all seemed lacking. (I refuse to consider Packt, it's a sham company th...
by korrupt78
Thu Feb 06, 2020 11:19 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Wow. It's literally ten times faster that what I got used to last week.

That certainly helps make up for lost time... :)

by korrupt78
Thu Feb 06, 2020 10:58 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Just thought to check python faceswap.py train -h for options and notice the one for allow growth. Currently running with it enabled. No crash so far. Will keep my fingers crossed until I see some output, but thanks for getting me this far!

by korrupt78
Thu Feb 06, 2020 10:53 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Enable Allow Growth I'm sorry, I don't know what that means. Can you elaborate? BTW - I'm not wedded to Ubuntu 19.10, I just figured its best to use the newest distro. If there's a different Ubuntu version recommended by the faceswap team, I'm happy to start over with that if it will make things wo...
by korrupt78
Thu Feb 06, 2020 10:47 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Decided to try some of the fixes from when I was trying to get it working on Server. I checked the list of packages recommended by torzdf and discovered libxrender-dev wasn't installed, so I installed it. Faceswap still crashed. I noticed the driver was on version 435, so I added the PPA, updated, a...
by korrupt78
Thu Feb 06, 2020 10:31 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Same box (w/RTX 2060 Super), fresh install of Ubuntu Desktop 19.10, installed and configured everything correctly.

First test again failed. Screenshot and logs attached.

I really have no idea what to do now.

by korrupt78
Thu Feb 06, 2020 9:32 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Screw it. I'm wiping and starting over with Ubuntu Desktop instead of Server, since it already worked once on my other box, and the Nvidia driver requires installing most of the Desktop packages anyway. Hopefully that'll let me skip past all these new problems.

by korrupt78
Thu Feb 06, 2020 9:08 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

I finished the install and rebooted. The output of lsmod now shows many nvidia modules and nothing called Nouveau, so I assume that means it worked.

However, I now get a different error. Screenshot and log attached.

by korrupt78
Thu Feb 06, 2020 4:48 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

Currently attempting to follow the instructions in this answer:

https://askubuntu.com/a/1130926/122045

The last command kicked off the installation of 533 packages, including nvidia driver 440, and a rebuild of the kernel. I gotta run, and it's not done - will report back when I get back.

by korrupt78
Thu Feb 06, 2020 4:40 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

As for the nvidia drivers, is there a good reference for the recommended way to do that on Ubuntu Server? I've been googling for the last few min, and the answers are all over the place - and most of them seem wrong or out of date. I tried downloading and running NVIDIA-Linux-x86_64-440.59.run from...
by korrupt78
Thu Feb 06, 2020 4:35 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

This error means that Cuda failed to initialize. We'd need the crash report to properly diagnose it, but please make sure you're using the latest version of the official Nvidia graphics driver. In this case no crash report was generated because it didn't crash - in fact it's still running now, as y...
by korrupt78
Thu Feb 06, 2020 4:14 pm
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

Re: can't get working on new workstation

apt-get install -y libsm6 libxext6 libxrender-dev Thanks - you were right that those packages weren't installed. I installed them and run the train command again. This time I hit two problems: An unknown error: 2020-02-06 16:06:37.244458: E tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed...
by korrupt78
Thu Feb 06, 2020 10:31 am
Forum: Installation Support
Topic: can't get working on new workstation
Replies: 17
Views: 12035

can't get working on new workstation

I just set up a new workstation with Ubuntu Server 19.10 and an RTX 2060 Super. After installing faceswap and copying over some Trump/Cage test photos, I ran a python setup.py train command which crashed. Crash log attached, any clues appreciated. PS - This is my second workstation. The first one wa...
by korrupt78
Wed Feb 05, 2020 11:53 pm
Forum: Training Support
Topic: lost several days of work to a bug
Replies: 8
Views: 4089

Re: lost several days of work to a bug

Follow up - I've just determined that neither my motherboard (ASRock Fatal1ty B450 Gaming-ITX/AC) nor CPU (AMD Ryzen 5 1600) have on-board video, so I must have been using Nvidia the whole time, even though I accidentally enabled AMD support the first time I installed faceswap,.

by korrupt78
Wed Feb 05, 2020 11:50 pm
Forum: Installation Support
Topic: using your own desktop
Replies: 2
Views: 3389

Re: using your own desktop

If you have a built in IGPU on your CPU, I highly recommend using that for your desktop environment. It'd definitely make training while using the system smoother. It turns out I don't! Sorry, I'm still catching up to the current state of computer hardware. My whole computing life (1992+), if a mot...