All Projects → HealthHackAu2018 → auslan-party

HealthHackAu2018 / auslan-party

Licence: MIT license
✌Real-time translation of the Auslan Alphabet

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to auslan-party

ResNet-50-CBAM-PyTorch
Implementation of Resnet-50 with and without CBAM in PyTorch v1.8. Implementation tested on Intel Image Classification dataset from https://www.kaggle.com/puneet6060/intel-image-classification.
Stars: ✭ 31 (-18.42%)
Mutual labels:  image-classification
meta-st-stm32mpu-ai
This repository contains the OpenEmbedded meta layer to install AI frameworks and tools for the STM32MP1
Stars: ✭ 32 (-15.79%)
Mutual labels:  image-classification
image-sorter2
One-click image sorting/labelling script
Stars: ✭ 65 (+71.05%)
Mutual labels:  image-classification
tensorflow-video-classifier
image classification via video input, frame-by-frame
Stars: ✭ 16 (-57.89%)
Mutual labels:  image-classification
Evo-ViT
Official implement of Evo-ViT: Slow-Fast Token Evolution for Dynamic Vision Transformer
Stars: ✭ 50 (+31.58%)
Mutual labels:  image-classification
deep-learning
Projects include the application of transfer learning to build a convolutional neural network (CNN) that identifies the artist of a painting, the building of predictive models for Bitcoin price data using Long Short-Term Memory recurrent neural networks (LSTMs) and a tutorial explaining how to build two types of neural network using as input the…
Stars: ✭ 43 (+13.16%)
Mutual labels:  image-classification
backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
Stars: ✭ 229 (+502.63%)
Mutual labels:  image-classification
TFLite-Android-Helper
TensorFlow Lite Helper for Android to help getting started with TesnorFlow.
Stars: ✭ 25 (-34.21%)
Mutual labels:  image-classification
trojanzoo
TrojanZoo provides a universal pytorch platform to conduct security researches (especially backdoor attacks/defenses) of image classification in deep learning.
Stars: ✭ 178 (+368.42%)
Mutual labels:  image-classification
AlphaTree-graphic-deep-neural-network
AI Roadmap:机器学习(Machine Learning)、深度学习(Deep Learning)、对抗神经网络(GAN),图神经网络(GNN),NLP,大数据相关的发展路书(roadmap), 并附海量源码(python,pytorch)带大家消化基本知识点,突破面试,完成从新手到合格工程师的跨越,其中深度学习相关论文附有tensorflow caffe官方源码,应用部分含推荐算法和知识图谱
Stars: ✭ 2,221 (+5744.74%)
Mutual labels:  image-classification
zalo-landmark
Zalo AI Challenge - Landmark Identification
Stars: ✭ 39 (+2.63%)
Mutual labels:  image-classification
tutorials
A tutorial series by Preferred.AI
Stars: ✭ 136 (+257.89%)
Mutual labels:  image-classification
MNIST
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
Stars: ✭ 28 (-26.32%)
Mutual labels:  image-classification
tfvaegan
[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL
Stars: ✭ 107 (+181.58%)
Mutual labels:  image-classification
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-68.42%)
Mutual labels:  image-classification
stackml-js
Machine Learning platform in-browser for creators
Stars: ✭ 34 (-10.53%)
Mutual labels:  image-classification
goexif2
MAINTAINER WANTED -- Decode embedded EXIF meta data from image files written in Pure Golang
Stars: ✭ 35 (-7.89%)
Mutual labels:  image-classification
CGvsPhoto
Computer Graphics vs Real Photographic Images : A Deep-learning approach
Stars: ✭ 24 (-36.84%)
Mutual labels:  image-classification
Plant AI
Performing Leaf Image classification for Recognition of Plant Diseases using various types of CNN Architecture, For detection of Diseased Leaf and thus helping the increase in crop yield.
Stars: ✭ 36 (-5.26%)
Mutual labels:  image-classification
ros2-tensorflow
ROS2 nodes for computer vision tasks in Tensorflow
Stars: ✭ 41 (+7.89%)
Mutual labels:  image-classification

AusLan Party

Image dataset

See auslan-alphabet-images for dataset

Setup

python3 -m venv ENV
source ENV/bin/activate
pip install opencv-python xmltodict requests
pip install git+https://github.com/fastai/fastai.git

Install Yolo Mark

git clone https://github.com/AlexeyAB/Yolo_mark
cd Yolo_mark
cmake .
make
./linux_mark.sh

Dataset

Videos processed

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