An open API service indexing awesome lists of open source software.

https://github.com/nikhilcodes/sky-detectron

Python OpenCV and CNN implementation for masking Detecting Sky region.
https://github.com/nikhilcodes/sky-detectron

cnn-keras opencv-python

Last synced: 3 months ago
JSON representation

Python OpenCV and CNN implementation for masking Detecting Sky region.

Awesome Lists containing this project

README

        

# SKY Detectron
Python OpenCV and CNN implementation to mask sky pixels with white and rest of the region as black.

# Dependencies
- tensorflow (2.x)
- PyQt5
- OpenCV

Make sure you have upgraded `pip` version to be able to install Tensorflow.

## Installing all dependencies
`$ pip install -U pip`

`$ pip install -r requirements.txt`

# Building tflite version of CNN model
Make sure you have `make` installed.
(Linux users can ignore as they already have `make` installed!)

Then Run,

`make tflite`