An image annotation and object detection tool written in C
Image annotation and object detection tool
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.
If you want to use the detector, you need the following steps:
yolov3.cfg
(236 MB COCO Yolo v3) - requires 4 GB GPU-RAM: https://pjreddie.com/media/files/yolov3.weightsyolov3-tiny.cfg
(34 MB COCO Yolo v3 tiny) - requires 1 GB GPU-RAM: https://pjreddie.com/media/files/yolov3-tiny.weightsyolo9000.cfg
(186 MB Yolo9000-model) - requires 4 GB GPU-RAM: http://pjreddie.com/media/files/yolo9000.weights.weights
file to its namesake directory in the app/detector/models
directory, such as: copy yolov3.weights
file to app/detector/models/yolov3/
If you are interested in fixing issues and contributing directly to the code base, please see the contributing guidelines, which covers the following:
The development of LCFinder is inseparable from the support of these projects:
Licensed under the GPL License.