VITA-Group / Diffusion4D

"Diffusion4D: Fast Spatial-temporal Consistent 4D Generation via Video Diffusion Models", Hanwen Liang*, Yuyang Yin*, Dejia Xu, Hanxue Liang, Zhangyang Wang, Konstantinos N. Plataniotis, Yao Zhao, Yunchao Wei
https://vita-group.github.io/Diffusion4D/
133 stars 2 forks source link

Getting ERROR: root: #1

Closed adeerkhan closed 4 weeks ago

adeerkhan commented 1 month ago
~/Github/Diffusion4D/rendering$ python render.py --obj_path "./obj_v1/glbs" \
                --save_dir './output' \
                --gpu_num 1          \
                --frame_num 24        \
                --azimuth_aug  1      \
                --elevation_aug 0     \
                --resolution 256      \
                --mode_multi 1        \
                --mode_static 1       \
                --mode_front_view 0   \
                --mode_four_view 0
command: CUDA_VISIBLE_DEVICES=0 export DISPLAY=:0.1 && blender-3.2.2-linux-x64/blender         --background --python blender.py --         --object_path ./obj_v1/glbs/000-011/2a7f866be31e43b89074f304a31ff82d.glb         --frame_num 24         --output_dir ./output/2a7f866be31e43b89074f304a31ff82d_az0.15         --gpu_id 0         --azimuth 0.15        --elevation 0        --resolution 256         --mode_multi 1        --mode_static 1        --mode_front 0        --mode_four_view 0
command: CUDA_VISIBLE_DEVICES=1 export DISPLAY=:0.1 && blender-3.2.2-linux-x64/blender         --background --python blender.py --         --object_path ./obj_v1/glbs/000-012/900cafbf2ee3444d823026bd417010f0.glb         --frame_num 24         --output_dir ./output/900cafbf2ee3444d823026bd417010f0_az0.35         --gpu_id 1         --azimuth 0.35        --elevation 0        --resolution 256         --mode_multi 1        --mode_static 1        --mode_front 0        --mode_four_view 0
ERROR:root:
ERROR:root:
YuyangYin commented 1 month ago

you can run command 'CUDA_VISIBLE_DEVICES=0 export DISPLAY=:0.1 && blender-3.2.2-linux-x64/blender --background --python blender.py -- --object_path ./obj_v1/glbs/000-011/2a7f866be31e43b89074f304a31ff82d.glb --frame_num 24 --output_dir ./output/2a7f866be31e43b89074f304a31ff82d_az0.15 --gpu_id 0 --azimuth 0.15 --elevation 0 --resolution 256 --mode_multi 1 --mode_static 1 --mode_front 0 --mode_four_view 0' in the terminal. Then see what error.

hw-liang commented 1 month ago

You can disregard the error report "ERROR:root protocol specified." The frames should have been rendered already.