Code Monkey home page Code Monkey logo

autolabelimg's Introduction

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

autolabelimg's People

Contributors

eric612 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autolabelimg's Issues

Run labelImg.py

File "c:/Users/Desktop/forauto/autolabeling-home/autoLabel.py", line 799, in
sys.exit(main(sys.argv))
File "c:/Users/Desktop/forauto/autolabeling-home/autoLabel.py", line 795, in main
app, _win = get_main_app(argv)
File "c:/Users/Desktop/forauto/autolabeling-home/autoLabel.py", line 785, in get_main_app
win = MainWindow(argv[1] if len(argv) >= 2 else None,
File "c:/Users/Desktop/forauto/autolabeling-home/autoLabel.py", line 76, in init
self.settings.load()
File "c:\Users\Desktop\forauto\autolabeling-home\libs\settings.py", line 39, in load
self.data = pickle.load(f)

AttributeError: Can't get attribute 'LabelFileFormat' on <module 'libs.labelFile' from 'c:\Users\Desktop\forauto\autolabeling-home\libs\labelFile.py'>

LabelFileFormat is not found on labelFile.py. What should I do to solve this part? Also, I wonder where self.path = os.path.join (home, '.labelImgSettings.pkl') is located at settings.py.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.