All Projects → trsvchn → coco-viewer

trsvchn / coco-viewer

Licence: MIT license
Simple COCO Viewer in Tkinter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to coco-viewer

pylabel
Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.
Stars: ✭ 171 (+163.08%)
Mutual labels:  coco, bounding-boxes
jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-70.77%)
Mutual labels:  bounding-boxes, bbox
Simple-Data-Explorer
Simple Data Explorer
Stars: ✭ 37 (-43.08%)
Mutual labels:  viewer
ACViewer
Viewer / Utility for DAT files for the game Asheron's Call
Stars: ✭ 19 (-70.77%)
Mutual labels:  viewer
android-3d-model-viewer
Android app to load 3D models in obj, stl, dae & gltf format using pure OpenGL ES 2.0. Published on Play Store https://play.google.com/store/apps/details?id=org.andresoviedo.dddmodel2
Stars: ✭ 150 (+130.77%)
Mutual labels:  viewer
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (+160%)
Mutual labels:  viewer
Msiler
CIL (MSIL) Code Viewer Extension for Visual Studio 2017
Stars: ✭ 25 (-61.54%)
Mutual labels:  viewer
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+96.92%)
Mutual labels:  viewer
luke
Please use the luke bundled with lucene! This repo is archived and frozen now.
Stars: ✭ 101 (+55.38%)
Mutual labels:  viewer
deep-license-plate-recognition
Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
Stars: ✭ 309 (+375.38%)
Mutual labels:  bounding-boxes
datasetsome
一些数据集处理相关的 API
Stars: ✭ 37 (-43.08%)
Mutual labels:  coco
chitra
A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.
Stars: ✭ 210 (+223.08%)
Mutual labels:  bounding-boxes
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-27.69%)
Mutual labels:  bounding-boxes
ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (-53.85%)
Mutual labels:  masks
AOI
An R 📦 to find, process, and describe "areas of interest"
Stars: ✭ 27 (-58.46%)
Mutual labels:  bounding-boxes
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (-4.62%)
Mutual labels:  coco
Deep-Learning
Side projects and hands-on work
Stars: ✭ 16 (-75.38%)
Mutual labels:  bounding-boxes
models.autodesk.io
Authorization and file translation demo in Node.js : Translates your 2D/3D models online for the Forge Viewer without programming at all
Stars: ✭ 43 (-33.85%)
Mutual labels:  viewer
CoCoC
C development system for (Nitr)OS9/6x09, with source
Stars: ✭ 22 (-66.15%)
Mutual labels:  coco
OneTwoStep
CC游戏案例之 激流竞速
Stars: ✭ 17 (-73.85%)
Mutual labels:  coco

COCO Viewer

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

Example images

Requirements

python3 PIL

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
  -a PATH, --annotations PATH   path to annotations json file

Example:

python cocoviewer.py -i coco/images/val/val2017 -a coco/annotations/val/instances_val2017.json
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].