전체 글
yolov3 커스텀 학습
공부한 것을 다시 정리하기 위해서 작성했습니다 참고해주세요 참고 주소 - #011 TF YOLO V3 Object Detection in TensorFlow 2.0 (datahacker.rs) 1. 무료 GPU사용을 위한 Colab 설정하기 colab.research.google.com/ Google Colaboratory colab.research.google.com 새 노트만든 뒤 런타임 -> 런타임유형 변경 후 GPU 설정 2. Train하기 위한 준비 !git clone https://github.com/AlexeyAB/darknet.git %cd darknet !ls !sed -i 's/OPENCV=0/OPENCV=1/' Makefile !sed -i 's/GPU=0/GPU=1/' Makefil..
BP알고리즘 사용하기 with tensorflow
1. x_train, y_train 설정 x_train = ㄱ ~ ㅊ까지 5x5 배열로 표현 y_train = 0 ~ 9까지 순서대로 ㄱ - 0, ㄴ - 1, ㄷ- 2, ㄹ-3, ㅁ-4, ㅂ-5, ㅅ-6, ㅇ-7, ㅈ-8, ㅊ-9 # -*- coding: utf-8 -*- import tensorflow as tf from tensorflow import keras import numpy as np # ㄱ Giyeok_train = [[1,1,1,1,1], [0,0,0,0,1], [0,0,0,0,1], [0,0,0,0,1], [0,0,0,0,1]] # ㄴ NeeEun_train = [[1,0,0,0,0], [1,0,0,0,0], [1,0,0,0,0], [1,0,0,0,0], [1,1,1,1,1]] #ㄷ ..
안드로이드 스튜디오 문자 받기, 문자 전송하기
1. app(오른쪽클릭) -> new -> other -> BroadCast Receiver 추가 2.manifest 폴더에 AndroidManifest.xml에서 다음과 같이 추가하기 receiver는 이미 추가되며, intent-filter를 추가해야함 3. 권한 요청 private final int SMS_RECEIVE_PERMISSON = 1; public void checkPermission() { if (ActivityCompat.shouldShowRequestPermissionRationale(this, Manifest.permission.SEND_SMS)) { ActivityCompat.requestPermissions(this, new String[]{Manifest.permission...
백준 2581번 C++
#include using namespace std; bool check(int n) { if (n == 1) return false; for (int j = 2; j > first >> second; int arr[10001]; int n = 0; for (int i = first; i