환경설정

    ubuntu 듀얼부팅 환경설정/ 듀얼부팅 문제해결

    ubuntu dual booting 환경 제 글을 참고하여 따라하실 분들은 아래의 블로그들을 보고 따라해주세요! 1. Disk Image 확보 in windows cmd에 / diskmgmt.msc 입력 MRC / 볼륨축소 (우분투 설치 공간확보) 2. 우분투 이미지 다운로드 (18.04) - ubuntu-18.04.4-desktop-amd64.iso ref. https://releases.ubuntu.com/18.04/ Ubuntu 18.04.5 LTS (Bionic Beaver) Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to..

    TensorFlow Object Detection 환경구축

    TFOD를 사용하기 위한 환경설정을 처음부터 끝까지 진행해보도록 하겠습니다. 1. 가상환경 설정 및 텐서플로우 설치 - conda(cmd)에 코드 작성 (저는 리마인드용이라 tfod_self로 만들었지만 보시는분들은 tfod로 만드셔도 무방합니다) conda create -n tfod_self python=3.8 conda activate tfod_self pip install tensorflow==2.2.0 python import tensorflow as tf 2. document폴더에 텐서플로우 폴더를 만들어 git 설치함. cd Documents (문서 폴더로 이동) mkdir Tensorflow (텐서플로우 파일 생성) git 설치 git clone https://github.com/tensor..

    라즈베리파이3 세팅하기

    몇번을 다시 하는지 모르겠다. https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit Operating system images – Raspberry Pi The Raspberry Pi is a tiny and affordable computer that you can use to learn programming through fun, practical projects. Join the global Raspberry Pi community. www.raspberrypi.org 라즈베리파이 os다운을 받는다. 다운 후 압축을 풀면 이미지 파일이 나오는데 알집으로 안풀려서 뭐지 싶었다. 이것 자체를 사용할 것. https:..