Skip to content

anguelos/frat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(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

cmd

Development Installation

Requires Python 3 and Node.js. The JavaScript frontend is authored as ES modules and bundled with esbuild.

make install

This runs npm install && npm run build to bundle the JS, then pip install -e . for the Python package.

To rebuild the JS after editing files under frat/resources/src/:

make build

About

Fast Rectangle Annotation Tool

Resources

License

Stars

9 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors