Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
i-jey authored Apr 12, 2024
1 parent e2cfbf9 commit 586aa33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lfm_data_utilities/thumbnail_labelling/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Thumbnail Labelling

## Before you begin
Make sure you have already created a folder of images for the runs you are interested in. You can create a folder of images from a `.zarr` file by using `lfm_data_utilities/malaria_labelling/process_zarr_to_images.py`. An example usage would be:
`python3 process_zarr_to_images.py /hpc/projects/group.bioengineering/LFM_scope/ec50/drug_no_drug_comparison/2024-04-12-141644_`.

Note that you need to pass in the _folder containing_ the zarr file and not the path to the zarr file itself.

## Labelling Guide

Given datasets (i.e. folder of images + folder of labels), grab a thumbnail of each cell and put it in folders, sorted by class. A user can then sort those thumbnails into the correct folder. You can then use those corrected thumbnanils to update the original labels.
Expand Down

0 comments on commit 586aa33

Please sign in to comment.