[업데이트 2018.11.16 16:40] Git에서 하위 디렉토리 및 디렉토리 파일만 clone하고 싶을 때 다음과 같이 수행 할 수 있습니다. (Windows 10 기준) 1. Powershell을 수행합니다. 2. git init project01 cd project01 3. git config core.sparseCheckout true 4. git remote add -f origin https://github.com/asyncbridge/tsinghua-tencent-100k.git 5. echo "code/caffe/*"> .git/info/sparse-checkout 아래와 같은 폴더 구조를 가정했을 때, code/caffe 하위 디렉토리만 clone하기 위해서 "code/caffe/*" ..
[업데이트 2018.11.10 20:03] [Caffe] Flask systemd를 통한 Caffe Web Demo daemon service 등록하기(16.04 LTS) 1) mkdir lib/systemd/system/flask.service 2) tough lib/systemd/system/flask.service [Unit] Description=flaskapp [Service] Type=idle User=ubuntu Group=ubuntu Environment=export PYTHONPATH=/home/ubuntu/caffe/distribute/python:$PYTHONPATH; export LD_LIBRARY_PATH=/home/ubuntu/caffe/distribute/lib:$LD_LIBR..
[업데이트 2018.11.10 18:03] Ubuntu 16.04에서 reverse proxy 설정 방법.(https://www.digitalocean.com/community/tutorials/how-to-use-apache-as-a-reverse-proxy-with-mod_proxy-on-ubuntu-16-04) * 참고[1] https://www.digitalocean.com/community/tutorials/how-to-use-apache-as-a-reverse-proxy-with-mod_proxy-on-ubuntu-16-04
[업데이트 2018.11.21 11:42] 1. Caffe Build Issues(HDF5, gflags, glog, LMDB, opencv_imgcodecs opencv_videoio) 해결 방법 링크.(https://github.com/BVLC/caffe/wiki/Commonly-encountered-build-issues) 2. pycaffe Build Numpy Issue ubuntu@servver:~/caffe$ make pycaffe CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpp python/caffe/_caffe.cpp:10:31: fatal error: numpy/arrayobject.h: No such file or directory..
[업데이트 2019.03.08 15:1] 47번째 요약할 논문은 "OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks" (https://arxiv.org/pdf/1312.6229) 입니다. Overfeat은 고해상도 이미지로부터 만들어진 fully connected layer를 1x1 convolutional layer로 변환함으로써 이미지 인식 CNN을 "sliding window" detector로 형태로 만듭니다. 변환 이후 그리드 형태의 최종 특징 벡터가 생성됩니다. OverFeat의 경우 R-CNN과 다르게 One Stage Detector로 R-CNN처럼 Object Proposal을 ..
[업데이트 2019.01.07 13:41] 46번째 요약할 논문은 "An Empirical Evaluation of Deep Learning on Highway Driving" (https://arxiv.org/pdf/1504.01716.pdf) 입니다. 본 논문에서는 실시간 차량 검출을 위해 R-CNN계열의 방법보다 Overfeat CNN detector처럼 single forward pass 방식으로 이루어진 네트워크를 사용합니다. convolution한 결과를 각 계층에서 재사용하여 효율성을 증대시키는 방법입니다. Overfeat은 고해상도 이미지로부터 만들어진 fully connected layer를 convolutional layer로 변환함으로써 이미지 인식 CNN을 "sliding windo..
[업데이트 2018.11.03 20:57] Git에서 파일을 추가하려고 할때 git status로 상태를 확인해보면 추가할 대상으로 파일이 인식이 안될때가 있는데, 아래와 같이 --force 명령어를 사용하여 추가하면 목록에서 보이고 commit을 할 수 있게 됩니다. # 파일 추가git add --force test/test.cpp # 폴더 및 하위 폴더/파일 추가git add --force test/ * 참고[1] https://superuser.com/questions/583673/cant-add-folder-in-git
- Total
- Today
- Yesterday
- Physical Simulation
- some time ago
- OST
- Jekyll and Hyde
- Sea Bottom
- Badge
- Meow
- ILoop Engine
- English
- #ApacheZeppelin
- ate
- 2D Game
- Library
- Mask R-CNN
- aws #cloudfront
- Worry
- belief
- #ApacheSpark
- GOD
- Memorize
- #ELK Stack
- Ragdoll
- #REST API
- Game Engine
- 도커
- #TensorFlow
- sentence test
- docker
- project
- SSM
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |