Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
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
Tags
more
Archives
Today
Total
관리 메뉴

저장소

lmdb,leveldb 만들기 본문

caffe

lmdb,leveldb 만들기

김연호님 2016. 10. 18. 16:48

lmdb만드는 명령어



참고 명령에 따른 명령어


./build/tools/convert_imageset ../caffe/examples/face/yaleb_test/ ../caffe/examples/face/cvs_face_test_split1.txt ../caffe/examples/face/test_lmdb -shuffle -backend lmdb -resize_width 28 -resize_height 28





convert_imageset의 인수

1인수 : 이미지가 들어있는 폴더 경로

2인수 : 라벨링 파일

3인수 : lmdb 경로

4인수 : 이미지를 섞음

5인수 : lmdb와 leveldb중 어느쪽을 이용할 것인가? (-backend 뒤에 기입)

6인수 : 이미지를 리사이즈 하는 사이즈(폭)

7인수 : 이미지를 리사이즈 하는 사이즈(높이)

'caffe' 카테고리의 다른 글

mean파일 만들기  (0) 2016.11.01
caffe classification 사용법  (0) 2016.10.18
fatal error caffe/proto/caffe.pb.h no such file or directory  (0) 2016.10.04
caffe solver prototxt  (0) 2016.07.08
vi 에디터 특정 단어 포함라인 삭제  (0) 2016.07.04
Comments