Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Data preparation for Nucleus Detection module's training
Raw image annotation (not necessary if only using the provided annotations)
Move the to-be-labelled images into JPEGImages/
BatchRename.py
– to rename JPEG images in JPEGImages/
to VOC2007 format
Store the image IDs into ./ImageSets/Main/train.txt
Using labelImg to create XML-format annotations into Annotations/
voc_annotation.py
– to convert the annotations from XML format to 2007_train.txt
Nucleus Detection module's training preparation
MaskGenerator.py
– to generate ground truth masks into ./Masks/
using the annotations in 2007_train.txt
PatchGenerator.py
– to generate nucleus patches (only useful for visual inspection)
ground truth: using the annotations in 2007_train.txt
, into ./Patches/GroundTruth/
prediction: using the results in ../FCRN/Results/Results_*.csv
Z_evalimages.py
– to generate images into ./Patches/Z_eval/
for experts to label best focus
Annotations/
- contains the annotations of nucleus positions in XML format. The annotations are created using labelImg .
*.txt
– contains the annotations of nucleus positions in txt format, which can be used for ../NucleusDetection/train.py
You can’t perform that action at this time.