1. Break through the reCAPTCHA with Tensorflow API 29 Feb 2020 in AI-Project Break through the security program for prevent ing macros, reCAPTCHA , using pretrained model[Inception_Net]. As you can see in the picture below, Inception_Net makes it easy to find a bus.[main code]
0. Easiest way to get the Data for Deep Learning, by using “Open Images” 20 Feb 2020 in AI-Project Helper library for downloading OpenImages(https://storage.googleapis.com/openimages/web/index.html) categorically.[main code]
[Object Detection] 5. SSD 논문 리뷰 16 Feb 2020 in Paper-Review SSD - SSD: Single Shot MultiBox Detector을 읽고 논문 주요내용을 정리해본다.[PDF] 논문원본
[Object Detection] 4. YOLO 논문 리뷰 13 Feb 2020 in Paper-Review YOLO - You Only Look Once: Unified, Real-Time Object Detection을 읽고 논문 주요내용을 정리해본다.[PDF] 논문원본
[Object Detection] 3. Faster R-CNN 논문 리뷰 09 Feb 2020 in Paper-Review Faster R-CNN - Faster R-CNN을 읽고 논문 주요내용을 정리해본다.[PDF] 논문원본
[Object Detection] 2. Fast R-CNN 논문 리뷰 04 Feb 2020 in Paper-Review Fast R-CNN - Fast R-CNN을 읽고 논문 주요내용을 정리해본다.[PDF] 논문원본
[Object Detection] 1. R-CNN 논문 리뷰 01 Feb 2020 in Paper-Review R-CNN - Rich feature hierarchies for accurate object detection and semantic segmentation을 읽고 논문 주요내용을 정리해본다.[PDF] 논문원본
[알고리즘] 02. 탐색 알고리즘 13 Jan 2020 in Computer-Science 다양한 탐색 알고리즘의 특징을 살펴본다.여러 데이터 중 특정 값을 찾아내는 여러 알고리즘을 살펴본다.