Skip to content

travis575757/tracking_based_image_annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracking based image anotations

Use a video to automatically generate instance segmentations for a single object using labelme format

Installation

git clone --recursive https://github.com/travis575757/tracking_based_image_annotations
cd tracking_based_image_annotations
cd pysot
bash install.sh <conda install directory> pysot
conda activate pysot
pip install gdown
cd ..
./main.sh <label name> <output directory> <video name> <decimation factor>

Usage

./main.sh <label name> <output directory> <video name> <decimation factor>

Example: Generate annotations from a video named video7.mp4, label car, output directory ./dataset and a decimation factor of 10 applied to each generated mask. All maskes are generated based on a polygon drawn by the user on the first video frame.

./main.sh car ./dataset video7.mp4 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published