├── .gitignore ├── LICENSE ├── README.md └── frcnn_detector.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CNTK-FastRCNNDetector/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CNTK-FastRCNNDetector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CNTK-FastRCNNDetector/HEAD/README.md -------------------------------------------------------------------------------- /frcnn_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CNTK-FastRCNNDetector/HEAD/frcnn_detector.py --------------------------------------------------------------------------------