All Projects → tahaemara → Object Recognition Tensorflow

tahaemara / Object Recognition Tensorflow

Licence: apache-2.0
Object Recognition using TensorFlow and Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Object Recognition Tensorflow

Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+10567.53%)
Mutual labels:  image-classification
Mish
Official Repsoitory for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
Stars: ✭ 1,072 (+1292.21%)
Mutual labels:  image-classification
Global Self Attention Network
A Pytorch implementation of Global Self-Attention Network, a fully-attention backbone for vision tasks
Stars: ✭ 64 (-16.88%)
Mutual labels:  image-classification
Multidigitmnist
Combine multiple MNIST digits to create datasets with 100/1000 classes for few-shot learning/meta-learning
Stars: ✭ 48 (-37.66%)
Mutual labels:  image-classification
Codar
✅ CODAR is a Framework built using PyTorch to analyze post (Text+Media) and predict Cyber Bullying and offensive content. 💬📷
Stars: ✭ 52 (-32.47%)
Mutual labels:  image-classification
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (-27.27%)
Mutual labels:  image-classification
Cv Pretrained Model
A collection of computer vision pre-trained models.
Stars: ✭ 995 (+1192.21%)
Mutual labels:  image-classification
Pytorch Book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Stars: ✭ 9,546 (+12297.4%)
Mutual labels:  image-classification
Divide And Co Training
[Paper 2020] Towards Better Accuracy-efficiency Trade-offs: Divide and Co-training. Plus, an image classification toolbox includes ResNet, Wide-ResNet, ResNeXt, ResNeSt, ResNeXSt, SENet, Shake-Shake, DenseNet, PyramidNet, and EfficientNet.
Stars: ✭ 54 (-29.87%)
Mutual labels:  image-classification
The Third Eye
An AI based application to identify currency and gives audio feedback.
Stars: ✭ 63 (-18.18%)
Mutual labels:  image-classification
Bss distillation
Knowledge Distillation with Adversarial Samples Supporting Decision Boundary (AAAI 2019)
Stars: ✭ 51 (-33.77%)
Mutual labels:  image-classification
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-33.77%)
Mutual labels:  image-classification
Meme Generator
MemeGen is a web application where the user gives an image as input and our tool generates a meme at one click for the user.
Stars: ✭ 57 (-25.97%)
Mutual labels:  image-classification
Efficientnas
Towards Automated Deep Learning: Efficient Joint Neural Architecture and Hyperparameter Search https://arxiv.org/abs/1807.06906
Stars: ✭ 44 (-42.86%)
Mutual labels:  image-classification
Deep Ranking
Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi scale architecture combined with a triplet loss to create a neural network that is able to perform image search. This repository is a simplified implementation of the same
Stars: ✭ 64 (-16.88%)
Mutual labels:  image-classification
Hardhat Detector
A convolutional neural network implementation of a script that detects whether an individual is wearing a hardhat or not.
Stars: ✭ 41 (-46.75%)
Mutual labels:  image-classification
Tensorflow Kubernetes Art Classification
Train a TensorFlow model on Kubernetes to recognize art culture based on the collection from the Metropolitan Museum of Art
Stars: ✭ 55 (-28.57%)
Mutual labels:  image-classification
Marta Gan
MARTA GANs: Unsupervised Representation Learning for Remote Sensing Image Classification
Stars: ✭ 75 (-2.6%)
Mutual labels:  image-classification
Imbalanced Dataset Sampler
A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.
Stars: ✭ 1,155 (+1400%)
Mutual labels:  image-classification
Rostensorflow
TensorFlow ImageNet demo using ROS sensor_msgs/Image
Stars: ✭ 59 (-23.38%)
Mutual labels:  image-classification

Object Recognition using TensorFlow and Java

This small demo was written in Java to recognize objects in images and classify it into 1000 classes like Lion, Frog, Flowers, ....etc using Inception V3 model.

The pre-trained Inception V3 model can be downloaded from here https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip

For more details read this article: http://emaraic.com/blog/object-recognition-using-TensorFlow-Java

Compiling and running code using Netbeans (Video) : https://www.youtube.com/watch?v=hFzAA0xHbZA

Screenshots

Thanks to

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