Perform sign detector training
After the sign annotations (aligned and placed detections) have been generated and stored under results/results_ssd/ using the scripts in scripts/generate/,
the sign detector is trained by performing the following steps:
- use
train_sign_classifier.ipynbas template to train sign classifier - use
train_sign_detector.ipynbas template to train sign detector (initialized with pre-trained sign classifier from 1.) - in semi-supervised case, use
finetune_sign_detector.ipynbto fine-tune sign detector on manual annotations
Eval sign detector
- use
test_sign_detector.ipynbfor evaluation of the sign detector