27 Star 82 Fork 1

liu / LC-Finder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.65 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-13 20:56 . docs: update badge link

LC's Finder

Image annotation and object detection tool

GitHub Actions Build Status 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.

C
1
https://gitee.com/lc-soft/LC-Finder.git
git@gitee.com:lc-soft/LC-Finder.git
lc-soft
LC-Finder
LC-Finder
develop

搜索帮助