Code Monkey home page Code Monkey logo

Comments (5)

szriru avatar szriru commented on June 11, 2024 1

Somehow I manged to make it work. So I will write down what i did in short.
I used wsl Ubuntu in windows 11.

follow the instruction of this repo to the end and

  • Make sure you installed CUDA in windows
  • git clone this repo
  • in main.py. change the line 29. yaml.load ===> yaml.full_load

To make ubuntu recognize CUDA in windows
Run CMD in Windows (as Administrator)

C:
cd \Windows\System32\lxss\lib
del libcuda.so
del libcuda.so.1
mklink libcuda.so libcuda.so.1.1
mklink libcuda.so.1 libcuda.so.1.1

torch has bugs to ignore GPU, so downgrade it.

pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 -f https://download.pytorch.org/whl/torch_stable.html

install xvfb

sudo apt-get install xvfb
pip install xvfbwrapper

every time you launch ubuntu you should do this

export MKL_SERVICE_FORCE_INTEL=1
export MKL_THREADING_LAYER=GNU

and

sudo apt-get install -y mesa-utils and libgl1-mesa-glx
conda install -c conda-forge libstdcxx-ng
pip install moviepy --upgrade

This is just like a memo after all.
sry for that but i hope this will help someone.

from 3d-photo-inpainting.

szriru avatar szriru commented on June 11, 2024 1

I don't know.
You could use this : https://convert.leiapix.com/animation

from 3d-photo-inpainting.

vijay81413 avatar vijay81413 commented on June 11, 2024

bro how can i use it in google colab i dont have a beast pc?

from 3d-photo-inpainting.

vijay81413 avatar vijay81413 commented on June 11, 2024

can you try to use this repo on google colab once please i realy need your code to work dude i cant use leiapix

from 3d-photo-inpainting.

szriru avatar szriru commented on June 11, 2024

I don't use google colab.
You should give it a try by your own. Good luck.

from 3d-photo-inpainting.

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.