All Projects → eric612 → AutoLabelImg

eric612 / AutoLabelImg

Licence: other
A self automatically labeling tool

Programming Languages

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

Projects that are alternatives of or similar to AutoLabelImg

Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+397.01%)
Mutual labels:  detection, mobilenet
Tensorflow Face Detection
A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Stars: ✭ 711 (+961.19%)
Mutual labels:  detection, mobilenet
yolo3 tensorflow
yolo3 implement by tensorflow, including mobilenet_v1, mobilenet_v2
Stars: ✭ 48 (-28.36%)
Mutual labels:  detection, mobilenet
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-26.87%)
Mutual labels:  detection, mobilenet
Mobilenet Ssd
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
Stars: ✭ 1,805 (+2594.03%)
Mutual labels:  detection, mobilenet
tensorflow object detection helper tool
tensorflow object detection api helper tool ( custom object detection )
Stars: ✭ 30 (-55.22%)
Mutual labels:  detection, labelimg
Yolov5 ncnn
🍅 Deploy NCNN on mobile phones. Support Android and iOS. 移动端NCNN部署,支持Android与iOS。
Stars: ✭ 535 (+698.51%)
Mutual labels:  detection, mobilenet
Rfbnet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
Stars: ✭ 1,272 (+1798.51%)
Mutual labels:  detection, mobilenet
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+4973.13%)
Mutual labels:  detection, mobilenet
RFBNet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
Stars: ✭ 1,380 (+1959.7%)
Mutual labels:  detection, mobilenet
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (-5.97%)
Mutual labels:  detection, labelimg
farm-animal-tracking
Farm Animal Tracking (FAT)
Stars: ✭ 19 (-71.64%)
Mutual labels:  detection
YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 930+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
Stars: ✭ 1,230 (+1735.82%)
Mutual labels:  mobilenet
watsor
Object detection for video surveillance
Stars: ✭ 203 (+202.99%)
Mutual labels:  detection
UBA
UEBA Solution for Insider Security. This repo is archived. Thanks!
Stars: ✭ 36 (-46.27%)
Mutual labels:  detection
detection
Detection in the form of Yara, Snort and ClamAV signatures.
Stars: ✭ 70 (+4.48%)
Mutual labels:  detection
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-74.63%)
Mutual labels:  labelimg
image-ndd-lsh
Near-duplicate image detection using Locality Sensitive Hashing
Stars: ✭ 42 (-37.31%)
Mutual labels:  detection
SpatiallyAdaptiveInference-Detection
Spatially Adaptive Inference with Stochastic Feature Sampling and Interpolation, ECCV 2020 Oral
Stars: ✭ 55 (-17.91%)
Mutual labels:  detection
caffe-mobilenet v2
caffe based mobilenet v2 deploy
Stars: ✭ 29 (-56.72%)
Mutual labels:  mobilenet

AutoLabelImg for Windows

**This is an experimental project , embedding mobilenet detector on labelimg

Windows Setup

Requirements

  • Visual Studio 2013 or 2015
  • CMake 3.4 or higher (Visual Studio and Ninja generators are supported)
  • Anaconda (python2.7)
  • PyQt4

Configuring and Building

> git clone https://github.com/eric612/AutoLabelImg.git --recursive
> conda install -c anaconda pyqt=4
> pip install -i https://pypi.anaconda.org/ales-erjavec/simple pyqt4
> (Option) pip install lxml 
> (Option) pip install opencv (or use anaconda navigator to install)
> (Option) pip install scikits-image (or use anaconda navigator to install)
> (Option) pip install protobuf

Download pre-train weights from original web and save at

$caffe_root\models\MobileNet\

> cd $caffe_root\script\
> build_win.cmd

Drink a coffe

> cd $AutoLabelImg_root\
> pyrcc4 -o resources.py resources.qrc

Usage

  1. Python labelimg.py
  2. click button "Change Save Dir" , and select your xml folder.
  3. click button "Open Dir" and select image folder (example image : caffe/data/VOC0712)

demo video

IMAGE ALT TEXT HERE

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