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

rmalav15/visualize-voc-format-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages