Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

Stars

22 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages