# Step 1.0, Enter the detector directory and follow the README file

  # Step 1.1, data preprocessing

  python build_data.py

  # Step 1.2, train detector

  python train.py

  # Step 1.3, dump shared features

  python dump.py

  # If you'd like to evaluate the performance of the Detector, please run the evaluate.py

  python evaluate.py

# Step 2.0, Enter the classifier directory and follow the README file

  # Step 2.1, train classifier

  python train.py

  # Step 2.2, evaluate model performance

  python evaluate.py
