Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
DynamiCrafter_pytorch
Commits
2db64e72
Commit
2db64e72
authored
Sep 14, 2024
by
mashun1
Browse files
Update run_application.sh
parent
c8acbbe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/run_application.sh
scripts/run_application.sh
+2
-2
No files found.
scripts/run_application.sh
View file @
2db64e72
...
@@ -11,7 +11,7 @@ FS=5 ## This model adopts FPS=5, range recommended: 5-30 (smaller value -> large
...
@@ -11,7 +11,7 @@ FS=5 ## This model adopts FPS=5, range recommended: 5-30 (smaller value -> large
if
[
"
$1
"
==
"interp"
]
;
then
if
[
"
$1
"
==
"interp"
]
;
then
seed
=
12306
seed
=
12306
name
=
dynamicrafter_512_
$1_seed
${
seed
}
name
=
dynamicrafter_512_
$1_seed
${
seed
}
CUDA
_VISIBLE_DEVICES
=
0 python3 scripts/evaluation/inference.py
\
HIP
_VISIBLE_DEVICES
=
0 python3 scripts/evaluation/inference.py
\
--seed
${
seed
}
\
--seed
${
seed
}
\
--ckpt_path
$ckpt
\
--ckpt_path
$ckpt
\
--config
$config
\
--config
$config
\
...
@@ -29,7 +29,7 @@ CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
...
@@ -29,7 +29,7 @@ CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
else
else
seed
=
234
seed
=
234
name
=
dynamicrafter_512_
$1_seed
${
seed
}
name
=
dynamicrafter_512_
$1_seed
${
seed
}
CUDA
_VISIBLE_DEVICES
=
0 python3 scripts/evaluation/inference.py
\
HIP
_VISIBLE_DEVICES
=
0 python3 scripts/evaluation/inference.py
\
--seed
${
seed
}
\
--seed
${
seed
}
\
--ckpt_path
$ckpt
\
--ckpt_path
$ckpt
\
--config
$config
\
--config
$config
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment