Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
synthetic_drivers
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aura_autobehave
synthetic_drivers
Commits
7a035b48
Commit
7a035b48
authored
2 years ago
by
Romain Guesdon
Browse files
Options
Downloads
Patches
Plain Diff
Clean repo V2
parent
1baa861a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
global_script.py
+2
-1
2 additions, 1 deletion
global_script.py
mh_models/blender.thumb
+0
-0
0 additions, 0 deletions
mh_models/blender.thumb
with
4 additions
and
2 deletions
.gitignore
+
2
−
1
View file @
7a035b48
...
...
@@ -17,4 +17,5 @@ backgrounds/*
*png
*.jpg
*.jpeg
*.thumb
\ No newline at end of file
!assets/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
global_script.py
+
2
−
1
View file @
7a035b48
...
...
@@ -12,7 +12,7 @@ from mathutils import Vector
print
(
'
#
'
*
30
)
WORKING_DIR
=
r
"
D:\Mingming\
synthe_dri
pe
"
WORKING_DIR
=
r
"
synthe
tic
_dri
vers
"
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
))
...
...
This diff is collapsed.
Click to expand it.
mh_models/blender.thumb
0 → 100644
+
0
−
0
View file @
7a035b48
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment