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
Compare revisions
b24fe97b81f629afb0a44906598355d9680faaa7 to efb930a14845ea54217466b40af700e7c101a1be
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
aura_autobehave/synthetic_drivers
Select target project
No results found
efb930a14845ea54217466b40af700e7c101a1be
Select Git revision
Branches
main
Swap
Target
aura_autobehave/synthetic_drivers
Select target project
aura_autobehave/synthetic_drivers
1 result
b24fe97b81f629afb0a44906598355d9680faaa7
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Clean repo V2
· 7a035b48
Romain Guesdon
authored
2 years ago
7a035b48
Merge remote-tracking branch 'repo/visapp' into visapp
· efb930a1
Romain Guesdon
authored
2 years ago
efb930a1
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
View file @
efb930a1
...
...
@@ -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
View file @
efb930a1
...
...
@@ -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
View file @
efb930a1
File added
This diff is collapsed.
Click to expand it.