Pyqt5 + OpenCV + CNN Deep Learning ์ ํ์ฉ
๋ฃ์ง๋ชปํ๋ ์ฒญ๊ฐ ์ฅ์ ์ธ ๋ถ๋ค๊ณผ ์ํต ํ๋ ๋ฐฉ๋ฒ์ค ๊ฐ์ฅ ๋ํ์ ์ธ ์ํ ๐ค.
์ง์ ๋์์์ ์์ฒญํ๋ฉฐ ์ํ๋ฅผ ๋ฐฐ์ธ์ ์์ผ๋ฉฐ, ๋น์ ์ ์ ๋ชจ์์ด ์ฌ๋ฐ๋ฅธ์ง ๋ฅ๋ฌ๋์ผ๋ก ์ธ์ํด์ค๋๋ค!
๋ค์์ ๋ณด๊ณ ์ ์ ๋๋ค. ํ๋ก๊ทธ๋จ์ ๋ํ ์ ๋ฐ์ ์ธ ์ค๊ณ์ ๋ช ์ธ๊ฐ ๋ค์ด๊ฐ ์์ต๋๋ค.
- ์ํํธ์จ์ด ๊ตฌ์กฐ ์ค๊ณ์(ADS).pdf
- ์ํํธ์จ์ด ์์ธ ์ค๊ณ์(DDS).pdf
- ์๊ตฌ ์ฌํญ ๋ช ์ธ์(SRS).pdf
- ํ ์คํธ๋ณด๊ณ ์.pdf
- install following libraries.
- Run LearnActivity.py!
- Python
3.7.0
- OpenCV
3.4.2.16
- pyqt5
- tensorflow
- keras
- scipy
- qimage2ndarray
- keras
- pillow
๐ก NOTE: you must install OpenCV
3.4.2.16
due to some functions deprecated in latest version.
Installing opencv for python with the following commands
pip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16