Docker for object detection using tensorflow, Opencv and fastrcnn
This project is based on ubuntu, it is used for object detection using the fast_rcnn library with tensorflow(python3) and opencv
docker does the following
- install tensorflow development build which supports python3
- download the tensorflow models
- downloads, compiles and install opencv which is used for object detection
- copy the preconfigured fast_rcnn library into a specific directory (it will be used for training the data for object detection)
- preconfigured folder contains config files, scripts to generate xml from cv files generated based on the labeled images which are used for training etc..