Skip to content

A code challenge for a prior internship application. An image annotation tool written in Typescript, using HTML Canvas and JSON.

Notifications You must be signed in to change notification settings

nathanlytang/SimpleImageAnnotationTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Simple Image Annotation Tool

How to run

  • The main.ts file is already compiled as a main.js file, so all you need to do is run the index.html file.

Information about the program

  • There are sample images in the /images/ folder. The selected image can be changed in main.ts as the img variable.
  • The JSON OUTPUT button writes the output as a JSON string. This string can be accessed through the variable outputInJSON.
  • The outputs can be viewed in the console.
  • Point and annotation ID's are labelled by the number of points and annotations.

About

A code challenge for a prior internship application. An image annotation tool written in Typescript, using HTML Canvas and JSON.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published