项目作者: zchrissirhcz

项目描述 :
Pascal VOC BBox Viewer
高级语言: Python
项目地址: git://github.com/zchrissirhcz/imageset-viewer.git
创建时间: 2017-10-22T14:46:41Z
项目社区:https://github.com/zchrissirhcz/imageset-viewer

开源协议:MIT License

下载


ImageSet Viewer

ImageSet Viewer is a GUI program, visualizing labeled boxes and categories for Pascal VOC / ImageNet object detection format.

Support Windows / Linux / MacOSX desktop with Python >= 3.6

News:

2020-06-16 11:39
Support specifying ignore and not ignore class names (in code)

Install

  1. git clone https://github.com/zchrissirhcz/imageset-viewer
  2. cd imageset-viewer
  3. pip install -r requirements.txt

Usage

Open GUI

  1. python voc_box_viewer.py

screenshot

View Labels

Choose image and annotation(xml) directories first.

Use ↑(up arrow) and ↓(down arrow) keys, mouse left click and drag scoll bar for navigation.

Pick up images

Choose saving directory first.

Press left control key(Control_L) to save(copy) current image.

Zoom out big image

Specify max_width and max_height in code.

Show customized VOC-format-labeled dataset

Check example3() function in imageset-viewer.py for imitation.

Show remote server’s imageset

You have multiple choices:

  • In remote Linux server, setup samba then use addresses like \\172.15.12.34\some\dir (Recommended)

  • In remote Linux server and local machine, setup X11 forwarding, then run imageset-viewer.py in server and show in local machine.

License

MIT