Difference between revisions of "DeepFaceLab"

From Michael's Information Zone
Jump to navigation Jump to search
Line 18: Line 18:
 
pip3.6 install --user pillow
 
pip3.6 install --user pillow
 
pip3.6 install --user scipy
 
pip3.6 install --user scipy
 +
pip3.6 install --user tensorflow
 
</pre>
 
</pre>

Revision as of 16:52, 16 September 2020

RHEL 8

[1] [2]

dnf groupinstall "Development Tools"
sudo dnf install git
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg && cd ffmpeg
./configure --disable-x86asm
make
sudo make install
sudo pip3.6 install --upgrade pip
pip3.6 install --user colorama
pip3.6 install --user numpy
pip3.6 install --user scikit-build
pip3.6 install --user opencv-python-headless
pip3.6 install --user tqdm
pip3.6 install --user ffmpeg-python
pip3.6 install --user pillow
pip3.6 install --user scipy
pip3.6 install --user tensorflow