Commit aa3f0b2c authored by igraf's avatar igraf
Browse files

Update README.md

parent 07ff0561
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Features

This directory contains pickle files with the **features extracted from the images**. The features are extracted within the `classify_images.py` script. The features are stored in a pandas DataFrame and saved as a pickle file.
This directory contains pickle files with the **features extracted from the images**. The features are extracted within the [`classify_with_basic_classifiers.py`](project/src/classify_with_basic_classifiers.py) script. The features are stored in a pandas DataFrame and saved as a pickle file.

:warning: The files can be quite large, so they are not stored in the repository.