-
Updated
Jul 9, 2020 - Python
#
object-detection
Here are 2,654 public repositories matching this topic...
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
deep-neural-networks
computer-vision
deep-learning
neural-network
dnn
object-detection
deep-learning-tutorial
-
Updated
Jul 15, 2020 - C
OpenMMLab Detection Toolbox and Benchmark
pytorch
fast-rcnn
ssd
faster-rcnn
rpn
object-detection
instance-segmentation
mask-rcnn
retinanet
cascade-rcnn
-
Updated
Jul 17, 2020 - Python
A paper list of object detection using deep learning.
-
Updated
Jul 17, 2020
Deep Learning and Reinforcement Learning Library for Scientists and Engineers 🔥
python
google
reinforcement-learning
deep-learning
neural-network
tensorflow
chatbot
artificial-intelligence
gan
dqn
imagenet
tensorflow-tutorials
object-detection
a3c
tensorlayer
tensorflow-tutorial
-
Updated
Jul 2, 2020 - Python
fast image augmentation library and easy to use wrapper around other libraries
python
machine-learning
deep-learning
detection
image-processing
image-classification
segmentation
object-detection
image-segmentation
image-augmentation
augmentation
fast-augmentations
-
Updated
Jul 17, 2020 - Python
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
javascript
bot
iot
ocr
html5
translation
ai
computer-vision
csharp
algorithms
language-learning
dnn
azure-functions
image-classification
object-detection
luis
bing-search
custom-vision
-
Updated
Jun 15, 2020 - C#
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
-
Updated
Oct 11, 2019
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
machine-learning
real-time
deep-neural-networks
deep-learning
graph
tensorflow
image-processing
convolutional-networks
convolutional-neural-networks
object-detection
darknet
mobile-development
-
Updated
Jul 17, 2020 - Python
YOLOv3 in PyTorch > ONNX > CoreML > iOS
training
ios
deep-learning
inference
pytorch
yolo
object-detection
darknet
augmentation
coreml
onnx
yolov3
-
Updated
Jul 10, 2020 - Jupyter Notebook
cvpr2020/cvpr2019/cvpr2018/cvpr2017 papers,极市团队整理
machine-learning
computer-vision
deep-learning
image-classification
object-detection
papers
image-segmentation
cvpr2019
cvpr2020
-
Updated
Jul 6, 2020
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
python
machine-learning
algorithm
video
gpu
detection
prediction
python3
artificial-intelligence
artificial-neural-networks
image-recognition
densenet
object-detection
squeezenet
inceptionv3
offline-capable
image-prediction
imageai
ai-practice-recommendations
-
Updated
Jun 13, 2020 - Python
Caffe: a fast open framework for deep learning.
-
Updated
Dec 19, 2019 - C++
Single Shot MultiBox Detector in TensorFlow
-
Updated
Oct 30, 2018 - Jupyter Notebook
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
-
Updated
Jun 11, 2020
A PyTorch Implementation of Single Shot MultiBox Detector
machine-learning
computer-vision
deep-learning
pytorch
ssd
image-recognition
webcam
object-detection
-
Updated
Apr 27, 2020 - Python
android
python
linux
terminal
jupyter
userland
vscode
artificial-intelligence
face-recognition
object-detection
termux
python-for-android
face-landmark
handpose
linux-android
linux-on-android
android-hacking
fingerpose
termux-desktop
py2apk
-
Updated
Jul 17, 2020 - Python
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
-
Updated
Jul 12, 2020 - Python
Tensorflow Faster RCNN for Object Detection
-
Updated
Oct 26, 2019 - Python
1
AFIDclan
commented
Mar 6, 2020
When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512 to download_fcn_resnet18_cityscapes_2048x1024
Thanks for the amazing repo!
-
Updated
May 19, 2020 - Python
Google Brain AutoML
-
Updated
Jul 17, 2020 - Jupyter Notebook
Best Practices, code samples, and documentation for Computer Vision.
microsoft
python
kubernetes
data-science
machine-learning
tutorial
computer-vision
deep-learning
azure
jupyter-notebook
image-processing
similarity
artificial-intelligence
image-classification
convolutional-neural-networks
object-detection
operationalization
-
Updated
Jul 14, 2020 - Jupyter Notebook
A PyTorch implementation of the YOLO v3 object detection algorithm
-
Updated
Jul 30, 2019 - Python
Simple and comprehensive tutorials in TensorFlow
python
machine-learning
reinforcement-learning
deep-learning
neural-network
tensorflow
recurrent-neural-networks
pattern-recognition
convolutional-neural-networks
object-detection
-
Updated
Feb 21, 2019 - Python
CVPR 2020 论文开源项目合集
python
machine-learning
computer-vision
deep-learning
paper
image-processing
python3
object-detection
image-segmentation
visual-tracking
cvpr
cvpr2020
-
Updated
Jul 15, 2020
A Simple and Versatile Framework for Object Detection and Instance Recognition
-
Updated
Jul 16, 2020 - Python
Most popular metrics used to evaluate object detection algorithms.
metrics
object-detection
bounding-boxes
pascal-voc
mean-average-precision
precision-recall
average-precision
-
Updated
Jul 6, 2020 - Python
Improve this page
Add a description, image, and links to the object-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-detection topic, visit your repo's landing page and select "manage topics."
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.