anguelos / frat

Fast Rectangle Annotation Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(F)ast (R)ectangle (A)nnotation (T)ool

When rectangles are enough!

![Documentation build status]https://img.shields.io/badge/License-Apache%202.0-blue.svg)

Relevant Resources: Multifont OCR-D

Windows Deployment

FRAT can run in windows under docker.

  1. Install Docker Desktop download

  2. Install Windows Linux package specifically download and run the MSI file.

  3. Run docker by binding the current windows directory to where frat looks for images Powershell:

docker  run --network host -v ${pwd}/sample_data:/opt/frat/sample_data anguelos/frat frat -images /opt/frat/sample_data/*

cmd:

docker  run --network host -v  %cd%/sample_data:/opt/frat/sample_data anguelos/frat

About

Fast Rectangle Annotation Tool

License:GNU General Public License v3.0


Languages

Language:JavaScript 53.5%Language:Python 41.8%Language:Jinja 4.5%Language:Dockerfile 0.3%