Skip to content

Script to acquire camera information and convert it into language using VideoBLIP(ros2)

License

Notifications You must be signed in to change notification settings

toki-1441/video_blip_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script to acquire camera information and convert it into language using VideoBLIP(ros2)

How to install

mkdir -p video_blip_ws/src
cd ~/video_blip_ws/src
git clone https://github.com/toki-1441/video_blip_ros.git
pip install -r video_blip_ros/requirements.txt

Build & Run

cd ~/video_blip_ws
colcon build --symlink-install
source install/setup.bash
ros2 launch video_blip_ros video_blip_launch.py

What is the VideoBLIP?

Please go here.

Learned model

video-blip-opt-2.7b-ego4d

video-blip-flan-t5-xl-ego4d

parameter

image_topic_name: input image topic name

output_text_topic: output msg topic name

model_name: Hugging Face model name

Input (Default)

Name Type Description
/color/image sensor_msgs::msg::Image color image

Output (Default)

Name Type Description
/blip/data std_msgs::msg::String Make the situation happen in text.  

About

Script to acquire camera information and convert it into language using VideoBLIP(ros2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages