Open yehyunsuh opened 1 year ago
For Windows,
conda create --name=labelme python=3
conda activate labelme
pip install labelme
labelme .\resized_jpg\ --labels .\labels.txt
Labelme is based on clicks, and creates polygon from it. Really hard to annotate pores. Looking at different options.
Made code for getting label from labeled images
Some minor problems -unlabeled part in nano particle (pore) -> filled that part by erosion and dilation -when saving array to image, value of pixels changed -> saved array in to pickel
final result (labeled image of nano particle)
What
Data Labeling
Why
To start training in the future
TODO