Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICAT: Image Cluster Annotation Tool

A tool for exploring and labelling images that have been clustered.

Instruction

  • make a npz-file with clusters with the following fields
    • 'files': list with path to images (stored as jpegs, pngs, etc. )
    • "xy": a Nx2 array of floats with positions of the images in cluster space
  • Install, i.e. with pip
pip install . -e
  • Run the demo:
python demo.py
  • Or run icat with your data:
icat -f YOUR_FILE_WITH_DATA.npz
  • For more help run:
icat -h

TODOS:

  • Select lasso on startup (but not being continously reloaded)

About

ICAT: Image Cluster Analysis Tool - A tool for exploring and labelling images that have been clustered.

Resources

Stars

2 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages