There is a [discussion](https://github.com/orgs/bitcraze/discussions/1018) indicating that there are issues running the classification example. I did a quick test and found some (other) problems: 1. The requirements.txt file contains fixed versions which is bad from a maintainability point of view and I got a bunch of conflicts on my machine. 2. When running `python train_classifier.py` I get a segmentation fault(!), not sure why. My conclusion is that we should take a look at this example and make sure it works.