- Make sure that the paths
image_dir
andbbox_dir
infeature/extract_features.py
are correct. Pathbbox_dir
should contain .txt files with bounding boxes for all cell types in the same dir. - Run
python -m feature.extract_features
in your terminal - Cropped images will be saved to
data/cropped
and the glcm features will be saved todata/output
- Run
python -m feature.gabor_filters
in your terminal. - Index of top 200 best features selected by AdaBoost will be saved to
feature/output/gabor_index.csv