A object labeling tool built by tkinter.
$ 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), ...
], ...
}
