(Reference) Build 64-bit kernel for Raspberry Pi 3, using native tools

Reference 본 게시물은 원본 게시물을 스크랩한 게시물입니다. 원본 게시물: https://www.tal.org/tutorials/raspberry-pi3-build-64-bit-kernel Guide on how to build a 64-bit kernel for the Raspberry Pi 3 & 3+ boards, on device, using native 64-bit cross-compilation tools. Using kernel branch 4.14 at time of writing. The SoC on the Raspberry Pi 3 & 3+ supports 64-bit ARM mode, unfortunately raspbian and the foundation does …

(Reference) 딥러닝에서 사용되는 여러 유형의 Convolution 소개

Reference 본 게시물은 원본 게시물을 스크랩한 게시물입니다. 원본 게시물: https://zzsza.github.io/data/2018/02/23/introduction-convolution/ An Introduction to different Types of Convolutions in Deep Learning을 번역한 글입니다. 개인 공부를 위해 번역해봤으며 이상한 부분은 언제든 알려주세요 🙂 Convolution의 여러 유형에 대해 빠르게 소개하며 각각의 장점을 알려드리겠습니다. 단순화를 위해서, 이 글에선 2D Convolution에만 초점을 맞추겠습니다 Convolutions 우선 convolutional layer을 정의하기 위한 몇개의 파라미터를 …

(Reference) COCO Dataset Annotation

COCO 데이터셋 Annotation에 대한 설명을 해 주신 글이 있어, 스크랩해 보았다. Reference 본 게시물은 원본 게시물을 스크랩한 게시물입니다. 원본 게시물: (https://ukayzm.github.io/cocodataset/) Annotation 파일 분석 Annotation 파일은 한 줄짜리 json 형식으로 되어 있습니다. 혹시라도, 이 파일을 그냥 vi로 열면 안됩니다. 수백메가 크기의 한 줄 짜리 파일이라, vi가 감당을 못합니다. 그래서, json beautifier를 이용하여 줄바꿈을 해 주어야 …

(Reference) Custom Image Augmentation with Keras by Ceshine Lee

Reference 원본 게시물: https://medium.com/the-artificial-impostor/custom-image-augmentation-with-keras-70595b01aeac The new Tensorflow 2.0 is going to standardize on Keras as its High-level API. The existing Keras API will mostly remain the same, while Tensorflow features like eager execution, distributed training and other deeper Tensorflow integration will be added or improved. I think it’s a good time to revisit Keras as someone who …

Sharif Judge × OpenCV 4.0.1 연동 사용기 – Part 1

설치를 해보자 Sharif Judge는 온라인 채점 프로그램을 Web과 Bash 코드로 구현한 Application이다. 모 교수님이 이걸로 채점을 하고 계신다지 실제로 써보면 백준과 비슷하다. 다만 간단하게 과제 풀이 형식으로만 되어있고, 언어도 Python2/3, Java, C, C++ 이렇게만 지원한다. 정말 과제 내기엔 딱좋은 어플리케이션이다… 준비물 Sharif Judge v1.4.1 PHP 5.3+ with MySQLi Extension] MySQL/MariaDB server GCC, G++, Perl 맨땅에 헤딩 먼저 필요한 …

WD Backup 어플리케이션 사용기

결론부터 시작하는 이야기 외장하드 백업 어플리케이션으로 잘 사용하고 있던 WD Backup. 백업이 삭제되었습니다. 왜? 분명 지난주에, Redstone 5 업그레이드에 문제가 생겨 클-린 설치를 한 뒤에 파일 복원을 했을 터인데, 어째서인지 파일들이 보이지 않았다. 왜지? 그래서 Search Everything 으로 찾아봤다. 어라? 파일이 어찌 깊숙히 보관되어 있었다(이 글을 쓴 시점엔 이미 백업파일을 지워버렸다). 그러니까 복원을 제대로 못한것. 아니면 내가 파일을 실수로 지웠던가.그래서 …