summaryrefslogtreecommitdiff
path: root/src/caffe/util/io.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Exclude core.hpp when building without OpenCVT.E.A de Souza1-1/+1
2015-09-17Separate IO dependenciesTea1-2/+8
2015-08-07Snapshot model weights/solver state to HDF5 files.Eric Tzeng1-74/+0
2015-03-03HDF5DataLayer shapes output according to HDF5 shapeJeff Donahue1-5/+5
2015-02-19added a force_encoded_color flag to the data layer. Printing a warning if ima...philkr1-1/+22
2015-02-16Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...philkr1-29/+31
2015-01-21hdf5_save_nd_dataset takes a const string& (instead of const string)Jeff Donahue1-2/+2
2015-01-19SetTotalBytesLimit to the max (2 GB minus 1 byte)Jeff Donahue1-1/+3
2014-10-19include opencv only in .cppMaksim Lapin1-0/+28
2014-10-15Add root_folder to ImageDataLayerSergio1-3/+2
2014-10-15Added test for encoded Datum to test_io.cppSergio1-4/+4
2014-10-15Added encoded datum to ioSergio1-3/+58
2014-10-14Refactored leveldb and lmdb code.Kevin James Matzen1-10/+0
2014-10-03Add ReadImageToDatumReference to test_ioSergio1-5/+6
2014-10-03Add CVMatToDatumSergio1-2/+10
2014-10-03Added test_io and faster cv::Mat processingSergio1-31/+17
2014-10-03Initial cv::Mat transformationSergio1-0/+17
2014-09-30hdf5_load_nd_dataset_helper: check that dataset exists firstJeff Donahue1-0/+3
2014-09-24Fixed param order of cv::Size in cv::resizeSergio1-1/+1
2014-09-16[Bugfix] Move error checking closer to file readDaniel Golden1-7/+9
2014-08-25Merge pull request #976 from alfredtofu/devEvan Shelhamer1-1/+1
2014-08-25fix bug for resizing images.alfredtofu1-1/+1
2014-08-11Add a leveldb option function in io.hpp/cppYangqing Jia1-0/+9
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-5/+5
2014-07-18reapply namespace changeYangqing Jia1-6/+2
2014-06-25actually check status values from all HDF5 callsJonathan L Long1-0/+4
2014-06-08Changed variable name: iscolor to is_color.Jerod Weinman1-5/+6
2014-06-02Added an iscolor flag to io.cpp method ReadImageToDatum to handle grayscale i...Jerod Weinman1-7/+18
2014-05-14Write/create/truncate prototxt when saving to fix #341Evan Shelhamer1-1/+1
2014-04-07Doubled protobuf Bytes LimitSergio Guadarrama1-1/+1
2014-03-27make all tools backwards compatible with v0 net paramJeff Donahue1-2/+3
2014-03-27make ReadProtoFromTextFile not die on parse failure; addJeff Donahue1-3/+4
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-23Implement HDF5 save dataset IO utility functionKai Li1-0/+26
2014-03-17Lint errors fixed, except still using stream.Sergey Karayev1-8/+8
2014-03-17HDF5 data now loaded into Blobs; cleaner interfaceSergey Karayev1-28/+18
2014-03-16DRYing and documenting HDF5 loading code.Sergey Karayev1-48/+42
2014-03-16support for more than 2 dimensions in hdf5 filesTobias Domhan1-12/+33
2014-02-26handle linter stream errorsJeff Donahue1-1/+1
2014-02-26fix most linter errorsJeff Donahue1-5/+2
2014-02-26HDF5DataLayer, with test.Sergey Karayev1-0/+38
2013-11-27io.cpp: changed back CV_LOAD_IMAGE_COLOR for earlier versions of opencvYangqing Jia1-2/+3
2013-11-27Update io.cppYangqing Jia1-0/+2
2013-11-19fixed the missing CV flagYangqing Jia1-1/+1
2013-11-19io.cpp: changed the imread flag to cv::IMREAD_COLORYangqing Jia1-1/+1
2013-11-11bugfixYangqing Jia1-0/+1
2013-11-08misc updateYangqing Jia1-3/+11
2013-11-06distributed server update. bug in synchronous connections.Yangqing Jia1-2/+6
2013-10-27bugfix and made the C++ interface for creating leveldbYangqing Jia1-2/+2