Skip to content
Snippets Groups Projects
Commit 7a035b48 authored by Romain Guesdon's avatar Romain Guesdon
Browse files

Clean repo V2

parent 1baa861a
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,5 @@ backgrounds/*
*png
*.jpg
*.jpeg
*.thumb
\ No newline at end of file
!assets/
\ No newline at end of file
......@@ -12,7 +12,7 @@ from mathutils import Vector
print('#' * 30)
WORKING_DIR = r"D:\Mingming\synthe_dripe"
WORKING_DIR = r"synthetic_drivers"
os.chdir(WORKING_DIR)
sys.path.append(WORKING_DIR)
......@@ -203,6 +203,7 @@ def main():
frame_rate = 25
nb_scene = 1
nb_pose = 3
human_loader.max_len = min(human_loader.max_len, nb_scene)
ratio_conf_man = int(nb_scene / len(human_loader.human_paths))
C.scene.frame_end = int(frame_rate * (nb_pose - 0.5))
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment