All Projects → aimakerspace → PeekingDuck

aimakerspace / PeekingDuck

Licence: Apache-2.0 license
A modular framework built to simplify Computer Vision inference workloads.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
shell
77523 projects

Projects that are alternatives of or similar to PeekingDuck

ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+670.63%)
Mutual labels:  object-tracking, pose-estimation
makepipe
Tools for constructing simple make-like pipelines in R.
Stars: ✭ 23 (-83.92%)
Mutual labels:  pipeline
Morphl Community Edition
MorphL Community Edition uses big data and machine learning to predict user behaviors in digital products and services with the end goal of increasing KPIs (click-through rates, conversion rates, etc.) through personalization
Stars: ✭ 253 (+76.92%)
Mutual labels:  pipeline
openpose-pytorch
🔥 OpenPose api wrapper in PyTorch.
Stars: ✭ 52 (-63.64%)
Mutual labels:  pose-estimation
frizzle
The magic message bus
Stars: ✭ 14 (-90.21%)
Mutual labels:  pipeline
pd3f
🏭 PDF text extraction pipeline: self-hosted, local-first, Docker-based
Stars: ✭ 132 (-7.69%)
Mutual labels:  pipeline
Docker Android Build Box
An optimized docker image includes Android, Kotlin, Flutter sdk.
Stars: ✭ 245 (+71.33%)
Mutual labels:  pipeline
tf-cpn
Cascade Pyramid Netwrok
Stars: ✭ 22 (-84.62%)
Mutual labels:  pose-estimation
scATAC-pro
A comprehensive tool for processing, analyzing and visulizing single cell chromatin accessibility sequencing data
Stars: ✭ 63 (-55.94%)
Mutual labels:  pipeline
movenet.pytorch
A Pytorch implementation of MoveNet from Google. Include training code and pre-trained model.
Stars: ✭ 273 (+90.91%)
Mutual labels:  pose-estimation
targets-tutorial
Short course on the targets R package
Stars: ✭ 87 (-39.16%)
Mutual labels:  pipeline
gofast
High performance transport protocol for distributed applications.
Stars: ✭ 19 (-86.71%)
Mutual labels:  pipeline
Res2Net-Pose-Estimation
Res2Net for Pose Estimation using Simple Baselines as the baseline
Stars: ✭ 35 (-75.52%)
Mutual labels:  pose-estimation
Al usdmaya
This repo is no longer updated. Please see https://github.com/Autodesk/maya-usd
Stars: ✭ 253 (+76.92%)
Mutual labels:  pipeline
transtats
Track translations and automate workflow.
Stars: ✭ 31 (-78.32%)
Mutual labels:  pipeline
Mipt Mips
Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
Stars: ✭ 250 (+74.83%)
Mutual labels:  pipeline
aistplusplus api
API to support AIST++ Dataset: https://google.github.io/aistplusplus_dataset
Stars: ✭ 277 (+93.71%)
Mutual labels:  pose-estimation
nextNEOpi
nextNEOpi: a comprehensive pipeline for computational neoantigen prediction
Stars: ✭ 42 (-70.63%)
Mutual labels:  pipeline
realant
RealAnt robot platform for low-cost, real-world reinforcement learning
Stars: ✭ 40 (-72.03%)
Mutual labels:  pose-estimation
lncpipe
UNDER DEVELOPMENT--- Analysis of long non-coding RNAs from RNA-seq datasets
Stars: ✭ 24 (-83.22%)
Mutual labels:  pipeline


Python version PyPI version PyPI Downloads License Documentation Status

Getting started · Tutorials · API docs · FAQ · Report a bug · Communities


PeekingDuck is an open-source, modular framework in Python, built for Computer Vision (CV) inference. The name "PeekingDuck" is a play on: "Peeking" in a nod to CV; and "Duck" in duck typing.

Features

Build realtime CV pipelines

  • PeekingDuck enables you to build powerful CV pipelines with minimal lines of code.

Leverage on SOTA models

Create custom nodes

Installation

Install from PyPI using pip

> pip install peekingduck

Note: for users with ARM-based devices such as a Raspberry Pi or Apple Silicon Mac, please refer to the documentation for more detailed installation instructions.

PeekingDuck can also be installed in a virtual environment.

> peekingduck verify-install

You should see a video of a person waving his hand with bounding boxes overlaid.

The video will close automatically when it is run to the end, select the video window and press q to exit earlier.

Usage

Create a project folder and initialize a PeekingDuck project.

> mkdir <project_dir>
> cd <project_dir>
> peekingduck init

Run the demo pipeline.

> peekingduck run

If you have a webcam, you should see a man waving on the output screen with skeletal frame overlaid.

Terminate the program by clicking on the output screen and pressing q.

Use peekingduck --help to display help information for PeekingDuck's command-line interface.

Gallery

Acknowledgements

This project is supported by the National Research Foundation, Singapore under its AI Singapore Programme (AISG-RP-2019-050). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not reflect the views of National Research Foundation, Singapore.

License

PeekingDuck is under the open source Apache License 2.0 (:

Even so, your organization may require legal proof of its right to use PeekingDuck, due to circumstances such as the following:

  • Your organization is using PeekingDuck in a jurisdiction that does not recognize this license
  • Your legal department requires a license to be purchased
  • Your organization wants to hold a tangible legal document as evidence of the legal right to use and distribute PeekingDuck

Contact us if any of these circumstances apply to you.

Communities

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].