7월, 2019의 게시물 표시

[이수안컴푸터연구소] 파이썬으로 우주선 게임 만들기 Creating a Spaceship Game with Python (한글자막)

이미지
파이썬과 pygame 라이브러리를 이용하여 우주 암석을 피하고 워프하는 우주선 게임 만들어보기 강의 페이지: http://suanlab.com/youtube.html#PySpa... 사용되는 소프트웨어 버전 Python 3.7.x pygame 1.9.4 SuanLab 이수안컴퓨터연구소 Web Site: http://suanlab.com Facebook: https://www.facebook.com/suanlab Slack: http://suanlab.slack.com

[HowTo] OpenCV Tutorials # 2 : How to read, display and save image in open cv

이미지
This video will show you how to read, display and save an image using open cv library. Following functions will be discussed in this tutorial - imwrite, imread, imshow

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

이미지
파이썬과 pygame 라이브러리를 이용하여 중독성 있는 레이싱 게임을 만들어보기 강의 페이지: http://suanlab.com/youtube.html#PyCar 사용되는 소프트웨어 버전 Python 3.7.x pygame 1.9.4 SuanLab 이수안컴퓨터연구소 Web Site: http://suanlab.com Facebook: https://www.facebook.com/suanlab Slack: http://suanlab.slack.com

[이수안컴퓨터연구소] 아케이드 게임(뱀 게임) 만들기

이미지
파이썬과 pygame 라이브러리를 이용하여 간단한 아케이드 게임 만들어보기 강의 페이지: http://suanlab.com/youtube.html#Pytho... 사용되는 소프트웨어 버전 Python 3.7.x pygame 1.9.4 SuanLab 이수안컴퓨터연구소 Web Site: http://suanlab.com Facebook: https://www.facebook.com/suanlab

[HowTo] OpenCV Tutorials # 1 : How to install OpenCV on Anaconda on Windows OS

이미지
#OpenCV 인스톨 - #Anaconda #Jupyter notebook - #Windows

[이수안컴퓨터연구소] 파이썬 비행기 슈팅 게임 만들기 Creating a Shooting Game with Python

이미지
파이썬과 pygame 라이브러리를 이용하여 쉽고 재미있는 비행기 슈팅 게임을 만들어보자. - pygame 1.9.4

[빵형의 개발도상국] 도마뱀을 위한 스마트 사육장 만들기! - 아두이노

이미지
더운 여름을 대비하여 도마뱀들에게 시원한 바람을 제공하는 스마트 사육장을 만들어보도록 하겠습니다! Source code(Github): https://github.com/kairess/smart_farm... Dependencies: - Arduino - Temperature and humidity sensor - Fan - Relay - LCD panel

[빵형의 개발도상국] 라즈베리파이로 CCTV 만들기 - Python

이미지
라즈베리파이에 카메라를 연결해서 집안에서 집밖을 관찰할 수 있는 CCTV 프로그램을 만들어봅시다! Source code(Github): https://github.com/kairess/cctv_raspb... Dependencies: - Python 3 - OpenCV 3.4.3 - imutils - PyZMQ 16.0 - imagezmq https://github.com/jeffbass/imagezmq - Raspberry Pi and camera Reference: - 라즈베리파이에 OpenCV 설치하기 https://www.alatortsev.com/2018/09/05... - 라즈베리파이 파이썬 디펜던시 에러 뜰때 해결법 https://blog.piwheels.org/how-to-work...

[빵형의 개발도상국] 물가를 예측하는 인공지능 - Python

이미지
미래의 아보카도 가격을 예측해봅시다. 시계열 데이터 Time series 데이터를 Facebook에서 만든 Prophet 패키지를 사용하여 예측해보겠습니다. Source code(Github): https://github.com/kairess/forecast_a... Dependencies: - Python - Prophet https://github.com/facebook/prophet - pandas Dataset - Avocado Prices: https://www.kaggle.com/neuromusic/avo...

[빵형의 개발도상국] 세상에서 가장쉬운 딥러닝, TorchVision - Python, Deep Learning

이미지
TorchVision을 사용해서 세상에서 가장 쉬운 방법으로 인공지능 모델을 구현해봅시다! 사람의 키포인트 랜드마크를 찾아내는 모델과 사진에서 물체를 구별해내는 딥러닝 모델을 만들어볼거에요! Source code(Github): https://github.com/kairess/torchvisio... Dependencies: - Python 3 - pytorch - torchvision - numpy - matplotlib Reference: - TorchVision https://pytorch.org/docs/stable/torch... - TorchVision models https://pytorch.org/docs/stable/torch... - Tensorflow hub https://tfhub.dev 카카오톡 오픈채팅방 문의: https://open.kakao.com/o/sB9bRcob

[빵형의 개발도상국] [기초 머신러닝] 유방암을 예측하는 인공지능 - Python, Machine Learning

이미지
기초적인 머신러닝을 짧은 코드로 직접 구현해봅니다. 유방암 데이터셋으로 종양의 양성/악성 정도를 구분해보는 인공지능을 만들어봅시다. Source code(Github) - https://github.com/kairess/breast_can... Dependencies: - Python 3 - numpy - scikit-learn - pandas - matplotlib - seaborn Dataset - Breast Cancer Wisconsin (Diagnostic) Data Set: https://www.kaggle.com/uciml/breast-c... 카카오톡 오픈채팅방 문의: https://open.kakao.com/o/sB9bRcob

[빵형의 개발도상국] [TTS] 말하는 인공지능 - Python, Deep Learning

이미지
구글의 Tacotron 모델을 이용하여 말하는 인공지능 TTS(Text to Speech)를 만들어봅시다! 이번 영상에서는 퍼즐게임 포탈(Portal)의 GLaDOS 로봇 목소리를 내는 모델을 학습시켜볼거에요! Source code(Github): https://github.com/kairess/tacotron Dependencies: - Python 3 - TensorFlow - pandas - BeautifulSoup4 - falcon==1.2.0 - inflect==0.2.5 - librosa==0.5.1 - matplotlib==2.0.2 - numpy==1.14.3 - scipy==0.19.0 - tqdm==4.11.2 - Unidecode==0.4.20 Dataset from GLaDOS voice generator - https://glados.biringa.com Tacotron by Google - https://google.github.io/tacotron Tacotron 모델 설명 (한글) - https://hcnoh.github.io/2018-12-11-ta... 한국어 Tacotron - https://carpedm20.github.io/tacotron - https://github.com/carpedm20/multi-Sp... 카카오톡 오픈채팅방 문의: https://open.kakao.com/o/sB9bRcob

[빵형의 개발도상국] 남은 주차공간을 알려주는 인공지능 - Python, Deep Learning

이미지
Class activation map을 이용하여 주차 공간이 어디가 비어있는지 알아내봅시다. Classifier로 Localization을 해보는거죠! Source code(Github): https://github.com/kairess/car_parkin... Dependencies: - Python 3 - tensorflow - keras - numpy - matplotlib - scipy Dataset - Find a Car Park: https://www.kaggle.com/daggysheep/fin... 카카오톡 오픈채팅방 문의: https://open.kakao.com/o/sB9bRcob

[빵형의 개발도상국] 세계 최고 성능의 얼굴 방향 및 랜드마크 인식 모델 - Python, Deep Learning

이미지
딥러닝(CNN)을 사용해서 엄청난 성능의 얼굴 방향 및 랜드마크 인식 모델을 만들었습니다. 이번에는 코드를 공개하지 못하는점 미리 사과드립니다 ㅠ 모델은 굉장히 가벼워서 맥북프로에서 CPU로 돌려도 얼굴 하나당 12ms 안쪽이네요. Dataset - Face Alignment Across Large Poses: A 3D Solution: http://www.cbsr.ia.ac.cn/users/xiangy...

[빵형의 개발도상국] 최소 손실 사진 크기 리사이즈 - Python

이미지
Seam carving 알고리즘을 활용하여 사진의 내용물을 훼손하지 않고 자연스럽게 이미지를 리사이징 하는 알고리즘을 알아봅시다! Source code(Github): https://github.com/kairess/seam-carving Dependencies: - Python - numpy - numba - OpenCV

[빵형의 개발도상국] 사진에서 물체를 삭제하는 인공지능 - Python, Deep Learning

이미지
Image inpaint 딥러닝 모델을 사용하여 사진에서 제가 지우고 싶은 물체 또는 사람을 마음대로 지워보겠습니다! Source code(Github): https://github.com/kairess/PConv-Keras Dependencies: - Python 3 - numpy - Keras 2.2.4 - Tensorflow 1.12 - OpenCV Download pretrained model: https://drive.google.com/open?id=1Odb... Orignal repository: https://github.com/MathiasGruber/PCon...

[빵형의 개발도상국] 영화 추천 인공지능 만들기 - Python

이미지
정말 간단한 알고리즘으로 왓챠와 같은 영화 추천 엔진을 만들어봅시다! 피어슨 상관관계 Pearson correlation Source code(Github): https://github.com/kairess/movie_reco... Dependencies: - Python - numpy - pandas Dataset - The Movies Dataset: https://www.kaggle.com/rounakbanik/th...

[빵형의 개발도상국] 해리포터 투명망토 만들기 - Python, OpenCV

이미지
OpenCV를 이용하여 해리포터의 투명망토를 만들어봅시다! 코드도 굉장히 짧고 쉬워요 :) - Color segmentation - Image masking - Merge images Source code(Github): https://github.com/kairess/invisibili... Dependencies: - Python 3 - OpenCV - numpy Reference: https://www.learnopencv.com/invisibil...

[빵형의 개발도상국] 사진을 합성하는 인공지능 만들기! - Python, Deep Learning

이미지
딥러닝(CNN)을 사용하여 사진을 합성하는 인공지능을 만들어보아요! 저는 모나리자를 보러 루브르 박물관에 가보지 못했지만 모자리자 앞에서 인증샷을 찍은 것처럼 합성해주는 인공지능 만들기! Source code(Github): https://github.com/kairess/human_segm... Dependencies: - Python 3 - OpenCV - keras - matplotlib - numpy Dataset - HumanParsing Dataset https://github.com/lemondan/HumanPars... - Preprocessed Dataset https://www.kaggle.com/kairess/human-...

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning

이미지
현재 실제 상용 프로그램에서 쓰이는 5개의 얼굴 인식 알고리즘의 성능 분석을 해봅니다! Source code(Github): https://github.com/kairess/face_detec... 사용한 알고리즘 - OpenCV DNN face detector: models/opencv_face_detector_uint8.pb - Haar cascade: models/haarcascade_frontalface_default.xml - Dlib frontal face detector - MTCNN: https://github.com/ipazc/mtcnn - Dlib cnn_face_detection_model_v1: models/mmod_human_face_detector.dat Dependencies: - Python - OpenCV - dlib - mtcnn https://github.com/ipazc/mtcnn - Tensorflow