├── LICENSE ├── README.md ├── model.h5 ├── model.json ├── model.py ├── searchObject.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/README.md -------------------------------------------------------------------------------- /model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/model.h5 -------------------------------------------------------------------------------- /model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/model.json -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/model.py -------------------------------------------------------------------------------- /searchObject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/searchObject.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neerajd12/object-detection-with-deep-learning/HEAD/utils.py --------------------------------------------------------------------------------