Detecting the gate with Tensorflow-object-detection-API
This code based on the Tensorflow object detection API. you should install this library.
The pretrained model SSD-MobileNet-V2 was used for fineturn.training this model by running this cmd:
# From tensorflow/models/research/object_detection
python model_main.py --logtostderr --train_dir=./outputing --pipeline_config_path=./ssd_mobilenet_v2_coco.config
# From tensorflow/models/research/object_detection
python video_detection.py