Code Monkey home page Code Monkey logo

lc-finder's Introduction

LC's Finder

Image annotation and object detection tool

License Github Release Github All Releases Repo size Code size

Introduction

中文版

LCFinder (LC's Finder) is an image management tool that supports image annotation and object detection. It is written in C and uses LCUI for its graphical interface. As with the author's other projects, the naming is simple, it begins with LC, and the following Finder is referenced from the Finder in Mac OS.

LCFinder's user interface and feature design is based on the "photos" application that comes with Windows, Although it is a reference, the functional aspects are mainly developed according to the author's individual needs, and the author does not intend to waste time to implement all the functions of the "photo" application.

Features

  • Image annotation: Provides a simple GUI for marking bounded boxes of objects in images for training Yolo v3 and v2
  • Object detection: Built-in image detector, It can automatically annotate the detected objects in the images.
  • Search by tags: You can browse and search tagged images in the tags view
  • Localization: Support English, Simplified Chinese, Traditional Chinese, expandable support for other languages.
  • Private space: A password-protected space where you can hide non-public image sources
  • UWP: Support for Windows Universal Platform (UWP), you can click this link to view it in the windows app store. Due to the development cost of the UWP version, it will not be updated with the desktop version.

Screenshots

screenshot 1

screenshot 1

screenshot 1

screenshot 1

Install

If you want to use the detector, you need the following steps:

  1. Download pre-trained models:
  2. Copy the .weights file to its namesake directory in the app/detector/models directory, such as: copy yolov3.weights file to app/detector/models/yolov3/

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the contributing guidelines, which covers the following:

Related Projects

The development of LCFinder is inseparable from the support of these projects:

  • LCUI — UI engine, provide graphical user interface support
  • LCUI.css — UI component library, provides basic styles and components for the graphical user interface
  • darknetlib — C bindings for darknet, provide image recognition support

License

Licensed under the GPL License.

lc-finder's People

Contributors

gitter-badger avatar lc-soft avatar

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.