Skip to content

kai06046/labeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labeler

A object labeling tool built by tkinter.

image

Usage

$ python main.py

Output format

# n_frame: frame index
# class_ind: label class index
# p1: top-left coordinate
# mv_pt: bottom-right coordinate

results = {
    n_frame: [
        (class_ind, p1, mv_pt), ...
    ], ...
}

About

A object labeling tool built by tkinter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages