shreyas0906 / Object-detection-with-deep-learning-and-sliding-window

Introduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the …
56Updated 5 years ago

Related projects

Alternatives and complementary repositories for Object-detection-with-deep-learning-and-sliding-window