Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video recording utilities #1499

Merged
merged 34 commits into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1899e75
adding gif_recorder and recorder_wrapper into smarts.env.wrapper
Gamenot Jul 11, 2022
b5d5228
Merge branch 'huawei-noah:develop' into develop
AisenGinn Jul 11, 2022
c714a13
Merge branch 'huawei-noah:develop' into develop
AisenGinn Jul 15, 2022
6bec9a9
Merge branch 'huawei-noah:develop' into develop
AisenGinn Jul 19, 2022
52eeafc
Merge branch 'huawei-noah:develop' into develop
AisenGinn Jul 22, 2022
12e99d8
add header to gif_recorder.py and recorder_wrapper.py.
Gamenot Jul 22, 2022
d75e8f2
delete duplicated SMARTS inside example.
Gamenot Jul 22, 2022
ab9a08d
add docstring the gif_recorder.py and recorder_wrapper.py.
Gamenot Jul 22, 2022
9cefb80
adding gif_recorder and recorder_wrapper into smarts.env.wrapper
Gamenot Jul 11, 2022
ece85c8
add header to gif_recorder.py and recorder_wrapper.py.
Gamenot Jul 22, 2022
e8f0b4d
delete duplicated SMARTS inside example.
Gamenot Jul 22, 2022
0e381a2
add docstring the gif_recorder.py and recorder_wrapper.py.
Gamenot Jul 22, 2022
e48499d
modified docstring and setup.py
Gamenot Jul 25, 2022
69c3c09
deal with conflict
Gamenot Jul 25, 2022
7747b23
modified setup.py.
Gamenot Jul 25, 2022
d8f66bb
modified setup.py
Gamenot Jul 25, 2022
350c41b
modified gif_recorder.
Gamenot Jul 25, 2022
788a378
fixing import error
Gamenot Jul 27, 2022
20ee644
fixed import errors.
Gamenot Jul 27, 2022
309f904
GitHub Actions: Update requirements.txt
AisenGinn Aug 16, 2022
bfd428e
GitHub Actions: Format
AisenGinn Aug 16, 2022
ba3bb2f
fetch newest develop branch.
AisenGinn Nov 17, 2022
f4326a0
GitHub Actions: Update requirements.txt
AisenGinn Nov 17, 2022
f6decd0
modifying some class attributes names to be more clear, added documen…
AisenGinn Nov 17, 2022
d54f0ab
Merge branch 'develop' of https://github.com/AisenGinn/SMARTS into de…
AisenGinn Nov 17, 2022
e5c8c8f
modified import error notification in gif_recorder.py
AisenGinn Nov 17, 2022
174f7ba
Merge branch 'develop' of https://github.com/huawei-noah/SMARTS into …
AisenGinn Nov 17, 2022
111d9c5
added changedlog.
AisenGinn Nov 21, 2022
43c4a3b
deleted unwanted file.
AisenGinn Nov 21, 2022
6b4ddf3
modified workflows.
AisenGinn Nov 21, 2022
a543bb8
GitHub Actions: Update requirements.txt
AisenGinn Nov 21, 2022
6c3a0ef
GitHub Actions: Format
AisenGinn Nov 21, 2022
b30cf41
moved import gif_recorder inside start_recording function to pass the…
AisenGinn Nov 21, 2022
741cc6c
revert changing.
AisenGinn Nov 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-base-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
. ${{env.venv_dir}}/bin/activate
pip install --upgrade pip
pip install --upgrade wheel
pip install -e .[camera-obs,opendrive,rllib,test,test-notebook,torch,train]
pip install -e .[camera-obs,opendrive,rllib,test,test-notebook,torch,train,gym]
- name: Run smoke tests
run: |
. ${{env.venv_dir}}/bin/activate
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Copy and pasting the git commit messages is __NOT__ enough.
## [Unreleased]
### Added
- Added single vehicle `Trip` into type.
- Added new video record ultility using moviepy.
### Deprecated
### Changed
### Removed
Expand Down
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ iniconfig==1.1.1
jsonpatch==1.32
jsonpointer==2.3
jsonschema==4.17.0
keras==2.10.0
Keras-Preprocessing==1.1.2
keras==2.11.0
kiwisolver==1.4.4
libclang==14.0.6
lz4==4.0.2
Expand Down Expand Up @@ -114,14 +113,14 @@ six==1.16.0
soupsieve==2.3.2.post1
tableprint==0.9.1
tabulate==0.9.0
tensorboard==2.10.1
tensorboard==2.11.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorboardX==2.5.1
tensorflow==2.10.1
tensorflow-estimator==2.10.0
tensorflow==2.11.0
tensorflow-estimator==2.11.0
tensorflow-io-gcs-filesystem==0.27.0
termcolor==2.1.0
termcolor==2.1.1
tomli==2.0.1
torch==1.4.0
torchvision==0.5.0
Expand Down
85 changes: 85 additions & 0 deletions smarts/env/wrappers/gif_recorder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# MIT License
#
# Copyright (C) 2022. Huawei Technologies Co., Ltd. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
import logging
import sys

import gym
import numpy as np

try:
from moviepy.editor import ImageClip, ImageSequenceClip
except (ImportError, ModuleNotFoundError):
logging.warning(sys.exc_info())
logging.warning(
"You may not have installed the [gym] dependencies required to capture the video. Install them first with the `smarts[gym]` extras."
)

raise

import shutil
import time
from pathlib import Path


class GifRecorder:
"""
Use images(rgb_array) to create a gif file.
"""

def __init__(self, video_name_folder: str, env: gym.Env):
timestamp_str = time.strftime("%Y%m%d-%H%M%S")
self.frame_folder = (
video_name_folder + "_" + timestamp_str
) # folder that uses to contain temporary frame images, will be deleted after the gif is created.
self.env = env

Path.mkdir(
Path(self.frame_folder), exist_ok=True
) # create temporary frame images folder if not exists.

self._video_root_path = str(
Path(video_name_folder).parent
) # path of the video file
self._video_name = str(Path(video_name_folder).name) # name of the video

def capture_frame(self, step_num: int, image: np.ndarray):
"""
Create image according to the rgb_array and store it with step number in the destinated folder
"""
with ImageClip(image) as image_clip:
image_clip.save_frame(
f"{self.frame_folder}/{self._video_name}_{step_num}.jpeg"
)

def generate_gif(self):
"""
Use the images in the same folder to create a gif file.
"""
with ImageSequenceClip(self.frame_folder, fps=10) as clip:
clip.write_gif(f"{self._video_root_path}/{self._video_name}.gif")
clip.close()

def close_recorder(self):
"""
close the recorder by deleting the image folder.
"""
shutil.rmtree(self.frame_folder, ignore_errors=True)
110 changes: 110 additions & 0 deletions smarts/env/wrappers/recorder_wrapper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# MIT License
#
# Copyright (C) 2022. Huawei Technologies Co., Ltd. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
import os
import typing
from pathlib import Path

import gym
import gym.envs

from smarts.env.wrappers.gif_recorder import GifRecorder


class RecorderWrapper(gym.Wrapper):
"""
A Wrapper that interacts the gym environment with the GifRecorder to record video step by step.
"""

def __init__(self, video_name: str, env: gym.Env):

root_path = Path(__file__).parents[3] # smarts main repo path
video_folder = os.path.join(
root_path, "videos"
) # video folder for all video recording file (.gif)
Path.mkdir(
Path(video_folder), exist_ok=True
) # create video folder if not exist

super().__init__(env)
self.video_name_folder = os.path.join(
video_folder, video_name
) # frames folder that uses to contain temporary frame images, will be created using video name and current time stamp in gif_recorder when recording starts
self.gif_recorder = None
self.recording = False
self.current_frame = -1

def reset(self, **kwargs):
"""
Reset the gym environment and restart recording.
"""
observations = super().reset(**kwargs)
if self.recording == False:
self.start_recording()

return observations

def start_recording(self):
"""
Start the gif recorder and capture the first frame.
"""
if self.gif_recorder is None:
self.gif_recorder = GifRecorder(self.video_name_folder, self.env)
image = super().render(mode="rgb_array")
self.gif_recorder.capture_frame(self.next_frame_id(), image)
self.recording = True

def stop_recording(self):
"""
Stop recording.
"""
self.recording = False

def step(self, action):
"""
Step the environment using the action and record the next frame.
"""
observations, rewards, dones, infos = super().step(action)
if self.recording == True:
image = super().render(mode="rgb_array")
self.gif_recorder.capture_frame(self.next_frame_id(), image)

return observations, rewards, dones, infos

def next_frame_id(self):
"""
Get the id for next frame.
"""
self.current_frame += 1
return self.current_frame

def close(self):
"""
Close the recorder by deleting the image folder and generate the gif file.
"""
if self.gif_recorder is not None:
self.gif_recorder.generate_gif()
self.gif_recorder.close_recorder()
self.gif_recorder = None
self.recording = False

def __del__(self):
self.close()