Skip to content

theBadMusician/dream_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a9e7b9 · Apr 6, 2022

History

4 Commits
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022

Repository files navigation

DREAM DEMO

Setup

  1. Create a workspace
mkdir -p ~/dream_ws/src
  1. Clone this repo in the workspace:
cd ~/dream_ws/src && git clone https://github.com/thebadmusician/dream_demo
  1. Make the setup file into executable and run it:
cd ~/dream_ws/src/dream_demo && chmod +x ./setup.sh 

./setup.sh 
  1. After the script has finished, catkin build and source:
cd ~/dream_ws && catkin build
source devel/setup.bash
  1. After that, launch the zed2i camera, the Deep dream node, and the dream.sh script (in three separate windows/tabs):
roslaunch zed_display_rviz display_zed2i.launch
roslaunch deepDreamEZ deep_dream_node.launch
cd ~/dream_ws/src/dream_demo && ./dream.sh
  1. In the window/tab where you've run the ./dream.sh script you will be able to pick which neural net model to use. NOTE! It takes a while to download the pretrained models while running a dream for the first time, so do that before hand.

  2. You're able to see the dreamified image in the '/dream/img' topic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published