Skip to content

Line segment annotation tool for pinhole, fisheye, and spherical cameras

Notifications You must be signed in to change notification settings

lh9171338/Labelline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labelline

Introduction

This repository contains a line segment annotation tool for pinhole, fisheye, and spherical images, which is implemented with PyQt5.

UI

Requirements

pip install -r ./requirements.txt

Dataset structure

|-- dataset   
    |-- <image folder>
        |-- 000001.png  
        |-- 000002.png  
        |-- ...  
    |-- <label folder>  
        |-- 000001.mat  
        |-- 000002.mat  
        |-- ...  
    |-- <coeff folder>
        |-- 000001.yaml
        |-- 000002.yaml  
        |-- ...

Usage

python Labelline.py --type <image type> [--coeff_file <coeff image>]

Please refer to Usage.md for more usage information.

About

Line segment annotation tool for pinhole, fisheye, and spherical cameras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages