A tool for exploring and labelling images that have been clustered.
- 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
- Select lasso on startup (but not being continously reloaded)