일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- MacOS
- pycharmerror
- CNNarchitecture
- MIT
- gpumemory
- BAEKJOON
- CS231nSVM
- 선형대수학
- CS231n
- Algorithm
- ㅐㅕ세ㅕㅅ
- CNN구조정리
- CS231ntwolayerneuralnet
- CS231nAssignments
- RegionProposalNetworks
- Linear algebra
- Gilbert Strang
- ios원스토어
- 백준
- BOJ
- professor strang
- 선대
- monoculardepthestimation
- arm칩에안드로이드
- adversarialattackonmonoculardepthestimation
- 맥실리콘
- 아이폰원스토어
- CS231nAssignment1
- 맥북원스토어
- 백준알고리즘
- Today
- Total
목록Tips (15)
개발로 하는 개발
//터미널에서 brew install libiconv after install, iconv -f EUC-KR -t UTF-8 input.cpp > output.cpp You cannot save if you copy & paste the modified code in output.cpp to input.cpp -> best will be to just delete the input file and modify the filename of output.cpp OR, BETTER, just write the comments in English... if you wish to do the same to all the codes, you can do this for file in *.cpp; do iconv -..
컴퓨터 그래픽스에서 사용하는 OpenGL 3.3을 설치하고 빌드해보자. CMake download, Github Desktop download, Visual Studio download - c++를 활용한 데스크탑~ 선택해서 설치 Github Desktop에서 아래 url을 clone해 온다. 그냥 zip으로 다운로드 받아도 됨 LearnOpenGL-github GitHub - JoeyDeVries/LearnOpenGL: Code repository of all OpenGL chapters from the book and its accompanying website https://lear Code repository of all OpenGL chapters from the book and its acco..

i : 편집 모드로 전환 esc : 명령 모드로 전환 :w enter : save :q : quit vim filename.py : file open linux commands cd directoryname : cd .. : go to upper directory mkdir directoryname : make directory cat filename : check file view touch filename : make file ls : view directory file mkdir directoryname cd directoryname git init git status ls -a : 숨김 파일 보기 git clone "url" vim readme.md -> 파일 생성 git add readme.md..
/ 대략 1년반 정도 전에 설치한 거라 차이 있을 수 있음 opencv 2.4 설치 BEGIN —— numpy (m1 sillicon) 설치 : https://sayak.dev/install-opencv-m1/ ffmpeg (m1 sillicon) 설치 : brew reinstall ffmpeg@4 소스 코드 수정 사항들 https://stackoverflow.com/questions/46884682/error-in-building-opencv-with-ffmpeg (opencv-2.4.13.6/modules/highgui/src/cap_ffmpeg_api.hpp) #define AV_CODEC_FLAG_GLOBAL_HEADER (1 temp1 cat modules/ts/include/opencv2/ts..

Xcode - File _new _project - Command Line Tool - Language : C++ Project - Build Settings - All / Combined - Excluded Architecture : arm64 Targets - Build Settings - All / Combined - Excluded Architecture : x86_64 Add files to "project name" - find dylib files in build_opencv _lib - add all .dylib files Targets - search "Header Search Paths" - add /usr/local/include + recursive Edit Scheme - Run ..
https://developer.apple.com/metal/tensorflow-plugin/ bash ~/miniconda.sh -b -p $HOME/miniconda source ~/miniconda/bin/activate conda install -c apple tensorflow-deps conda create -n tf anaconda conda activate tf pip install --upgrade pip conda install -c apple tensorflow-deps pip install tensorflow-macos pip install tensorflow-metal pip install numpy –-upgrade pip install scipy --upgrade python ..

https://teachyourselfcs.com/#programming 전반적인 cs 지식 함양을 위해 배워야 할 것들 정리 Teach Yourself Computer Science Frequently asked questions Who is the target audience for this guide? We have in mind that you are a self-taught software engineer, bootcamp grad or precocious high school student, or a college student looking to supplement your formal education with some teachyourselfcs.com https://mml-book.gi..