GithubHelp home page GithubHelp logo

Comments (2)

Samuel-Hinchliffe avatar Samuel-Hinchliffe commented on May 28, 2024

You saved my day. 😁

from bringing-old-photos-back-to-life.

Imbernoulli avatar Imbernoulli commented on May 28, 2024

You can also use this, which is not dependent (not using ADD) to this repo

FROM nvidia/cuda:12.1.0-base-ubuntu20.04

RUN apt update && DEBIAN_FRONTEND=noninteractive apt install git bzip2 wget unzip python3-pip python3-dev cmake libgl1-mesa-dev python-is-python3 libgtk2.0-dev -yq

RUN git clone https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life.git

RUN cd Bringing-Old-Photos-Back-to-Life/Face_Enhancement/models/networks/ &&\
    git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch &&\
    cp -rf Synchronized-BatchNorm-PyTorch/sync_batchnorm . &&\
    cd ../../../

RUN cd Bringing-Old-Photos-Back-to-Life/Global/detection_models &&\
    git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch &&\
    cp -rf Synchronized-BatchNorm-PyTorch/sync_batchnorm . &&\
    cd ../../

RUN cd Bringing-Old-Photos-Back-to-Life/Face_Detection/ &&\
    wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 &&\
    bzip2 -d shape_predictor_68_face_landmarks.dat.bz2 &&\
    cd ../ 

RUN cd Bringing-Old-Photos-Back-to-Life/Face_Enhancement/ &&\
    wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip &&\
    unzip face_checkpoints.zip &&\
    cd ../ &&\
    cd Global/ &&\
    wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip &&\
    unzip global_checkpoints.zip &&\
    cd ../

RUN pip3 install numpy

RUN pip3 install dlib

RUN pip3 install -r Bringing-Old-Photos-Back-to-Life/requirements.txt

RUN git clone https://github.com/NVlabs/SPADE.git

RUN cd SPADE/ && pip3 install -r requirements.txt

RUN cd ..

CMD ["python3", "run.py"]

from bringing-old-photos-back-to-life.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.