colorization icon indicating copy to clipboard operation
colorization copied to clipboard

Caffe-cpu in trainning and create lmdb

Open phamconganh opened this issue 6 years ago • 2 comments

Hi Rich Zhang! I am trying to train colorization with caffe-cpu on ubuntu 18.04. After I run ./train/fetch_caffe.sh the ./caffe-colorization does not exist, instead ./caffe_private_pascal appear and how to import image by mysefl not use image from imagenet.org. Can you support me? I am a newbie

phamconganh avatar Aug 13 '18 06:08 phamconganh

I think ./caffe-colorization and ./caffe_private_pascal do the same thing in fact,both of them are used for the installation of Caffe. You can download your own images and save them on your disk,prepare your data and txt file,open caffe/example/imagenet/create_imagenet.h,modify the first five variable with your own path,run the create_imagenet.h and it will produce lmdb files.

beautifulSun avatar Oct 18 '18 10:10 beautifulSun

about lmdb file,i found some unknown mistakes in my answer,you can refer to https://stackoverflow.com/questions/31427094/a-guide-to-convert-imageset-cpp#

beautifulSun avatar Oct 19 '18 05:10 beautifulSun