Skip to content

ZZXin/StyleTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

StyleTransfer in ROS

Introduction

使用Python+OpenCV+ROS实现图像风格迁移,虽然是4年前的项目,结合这个项目打通从基于深度网络的算法移植到嵌入式平台这条路。 image

Environment

python2.7;opencv==4.1.0;ros-melodic;

Get Start

# download source code
git clone https://github.com/ZZXin/StyleTransfer
# create workspace
mkdir -p catkin_ws1/src
# move source code to /src
mv ../StyleTransfer/style ./catkin_ws1/src/
# compile
cd catkin_ws1
catkin_make
# source
source devel/setup.bash
# run
rosrun style style.py
# or
rosrun style style_camera.py

References

Contact

Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published