face-labeling

Make annoation file about face image automatically


Keywords
face_labeling
License
MIT
Install
pip install face-labeling==0.1.1

Documentation

face labeling

auto labeling for faster-rcnn, yolo model label format

Environment

  • windows OS (Linux is not officially supported OS)
  • python 3.7.9 (Recommended), Upper than 3.6.x
  • requirments.txt

Guide

Shortcut Description
q Exit
w Capture 1 Image
e (Auto)Capture [MAX_NUM] Image

Getting Started

1) Install IDE

  • Using Aanacond here

2) Make Dir

cd [your_dir_path]
mkdir [dir_name]

3) Make Virtual Envs

(if you use python3 venv)

cd [your_dir_path]
python -m venv .venv
source .venv/bin/activate

(if you use Anaconda3)

conda create -n venv python=3.7.9
conda activate venv

4) Import Sub Package

pip install -r requirements.txt

5) Import face_labeling Package

python -c "import face_labeling as fl"

6) In IDE (such as Spyder)

import face_labeling as fl
fl.__version__