Skip to content

Latest commit

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

COCO Viewer

Simple COCO Objects Viewer in Tkinter. Allows quick viewing on local machine.

Example images

Keyboard Shortcuts

KeyAction
, JNext Image
, KPrevious Image
L, Ctrl + LToggle Labels
B, Ctrl + BToggle Boxes
M, Ctrl + MToggle Masks
Ctrl + SSave Current Image
Ctrl + Q, Ctrl + WExit Viewer

Requirements

python3PIL

Installation

git clone https://github.com/trsvchn/coco-viewer.git

Usage

python cocoviewer.py -h
usage: cocoviewer.py [-h] [-i PATH] [-a PATH]
View images with bboxes from the COCO dataset
optional arguments:
-h, --help show this help message and exit
-i PATH, --images PATH path to images folder or optionally to single image -a PATH, --annotations PATH path to annotations json file
-r to randomize order of images in a dataset

Example:

python cocoviewer.py -i coco/images/val/val2017 -a coco/annotations/val/instances_val2017.json

About

Minimalistic COCO Dataset Viewer in Tkinter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages