8000 GitHub - zhangwenwen/visualize-data: A simple utility programe to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple utility programe to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.

Notifications You must be signed in to change notification settings

zhangwenwen/visualize-data

 
 

Repository files navigation

Visualize Voc Dataset

A simple utility python application to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.

Requirements

  • beautifulsoup4==4.9.1
  • install==1.3.3
  • lxml==4.5.2
  • numpy==1.19.1
  • opencv-python==4.4.0.40
  • soupsieve==2.0.1

How to run

python main.py --root_dir [PASCAL VOC (format) dataset root directory] --type train

Keyboard Input Usage

  • a: previous image
  • d: next image
  • s: random image
  • q: quit program

About

A simple utility programe to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
2AC4
0