File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ wget https://download.blender.org/release/Blender3.6/blender-3.6.14-linux-x64.ta
4444tar -xvf blender-3.6.14-linux-x64.tar.xz
4545# install trimesh for blender's python
4646wget https://bootstrap.pypa.io/get-pip.py
47- ./blender-3.6.14-linux-x64/3.3 /python/bin/python3.10 get-pip.py
48- ./blender-3.6.14-linux-x64/3.3 /python/bin/python3.10 -m pip install trimesh
47+ ./blender-3.6.14-linux-x64/3.6 /python/bin/python3.10 get-pip.py
48+ ./blender-3.6.14-linux-x64/3.6 /python/bin/python3.10 -m pip install trimesh
4949cd dataset/AnimatedDrawings
5050# download preprocessed.zip and put it here
5151unzip preprocessed.zip
@@ -78,13 +78,10 @@ The 'mesh/fbx_files/rest_pose.fbx' is the rigged character generated by Mixamo.
7878The 'mesh/fbx_files/dab.fbx' and 'mesh/fbx_files/jumping.fbx' are two retargeted animation files.
7979``` sh
8080cd 3_style_translator
81- # only for headless rendering, skip this if you have a GUI
82- # please check the value because it may be different for you system
83- export DISPLAY=:1
8481# render keyframe pair for training
8582python run_render.py --uid ff7ab74a67a443e3bda61e69577f4e80
8683# The default rendering engine is 'BLENDER_EEVEE' (faster rendering) and you can change it to 'CYCLES' by:
87- python run_render.py --uid ff7ab74a67a443e3bda61e69577f4e80 --engine_type CYCLES
84+ # python run_render.py --uid ff7ab74a67a443e3bda61e69577f4e80 --engine_type CYCLES
8885# stage1 training
8986python train_stage1.py --uid ff7ab74a67a443e3bda61e69577f4e80
9087# stage2 training
You can’t perform that action at this time.
0 commit comments