feat(simulate): capture video
This commit is contained in:
parent
9d1e2c9bff
commit
d6146850fb
7 changed files with 234 additions and 2 deletions
|
|
@ -38,6 +38,10 @@ cuda = [
|
|||
analysis = [
|
||||
"tensorboard",
|
||||
]
|
||||
evaluation = [
|
||||
"imageio>=2.35.0",
|
||||
"imageio-ffmpeg>=0.5.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
Reference in a new issue