Skip to content

This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".

Notifications You must be signed in to change notification settings

sattwik-sahu/clipseg-rover

 
 

Repository files navigation

Vision Language Mapping

This repo uses clipseg for semantic segmentation and create a costmap using lidar pointclouds

Installation

Use the package manager pip to install dependencies.

pip install -r requirements.txt

Usage

To run segmentation from a folder containing images.s

python run_folder.py --image_folder /path/to/images --prompts "prompt_1" "prompt_2" ... "prompt_n" --output_folder /path/to/output

To run segmentation from a rosbag.

python run_bag.py --bag_file_path /path/to/rosbag --prompts "prompt_1" "prompt_2" ... "prompt_n" --topic <image_topic>

About

This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.8%
  • Python 20.2%