Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative repo? #204

Open
szriru opened this issue May 20, 2023 · 7 comments
Open

Alternative repo? #204

szriru opened this issue May 20, 2023 · 7 comments

Comments

@szriru
Copy link

szriru commented May 20, 2023

It seems this repo isn't maintained anymore, and have full of dependency errors.
Could you provide me alternative apps/softwares to create moving 3d photos but locally and high resolutions?

I tried this repo and other forked repos that updated recently in windows & wsl ubuntu, but couldn't make it run without errors.

@szriru
Copy link
Author

szriru commented May 21, 2023

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.

@vijay81413
Copy link

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

@szriru
Copy link
Author

szriru commented Feb 16, 2024

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

@vijay81413
Copy link

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

@szriru
Copy link
Author

szriru commented Feb 16, 2024

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

@akavipno01
Copy link

Can you build an EXE to run on Windows?

@O-O1024
Copy link

O-O1024 commented Nov 21, 2024

There are two 3d-view project but with large models:
DimensionX
ViewCrafter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants