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.
- Host: GitHub
- URL: https://github.com/nikhilcodes/sky-detectron
- Owner: NikhilCodes
- Created: 2020-02-17T17:05:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T13:47:18.000Z (over 5 years ago)
- Last Synced: 2025-02-09T22:22:41.614Z (5 months ago)
- Topics: cnn-keras, opencv-python
- Language: Jupyter Notebook
- Homepage:
- Size: 5.37 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- OpenCVMake 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`