summaryrefslogtreecommitdiff
path: root/src/caffe/layers/window_data_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Switched multi-GPU to NCCLCyprien Noel1-4/+4
2016-05-14add check for background and foreground window size > 0 in WindowData layerBob Poekert1-0/+3
2015-12-01dismantle layer headersEvan Shelhamer1-1/+4
2015-10-21Clean redundant/unnecessary headersKang Kim1-2/+0
2015-09-17Separate IO dependenciesTea1-0/+2
2015-08-09Persistent prefetch threadCyprien Noel1-8/+12
2015-03-03WindowDataLayer outputs 1D labelsJeff Donahue1-2/+3
2015-02-19Merge pull request #1910 from philkr/encodedEvan Shelhamer1-1/+1
2015-02-19Repeal revert of #1878Evan Shelhamer1-1/+1
2015-02-19added a force_encoded_color flag to the data layer. Printing a warning if ima...philkr1-1/+1
2015-02-19Revert "Merge pull request #1878 from philkr/encoded"Evan Shelhamer1-1/+1
2015-02-16Merge pull request #1878 from philkr/encodedEvan Shelhamer1-1/+1
2015-02-16opencv 3.0 compilation (replace #1714)Anatoly Baksheev1-4/+1
2015-02-16Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...philkr1-1/+1
2015-02-05Layer type is a stringJeff Donahue1-1/+2
2015-02-02add space after "Loading mean file from"Jeff Donahue1-1/+1
2014-10-15Added CPUTimerSergio1-9/+9
2014-10-15Change caffe time to do forward/backward and accumulate time per layerSergio1-15/+3
2014-10-15Added cache_images to WindowDataLayerSergio1-6/+32
2014-10-15Speed up WindowDataLayer and add mean_valuesSergio1-19/+46
2014-10-15Add root_folder to ImageDataLayerSergio1-6/+18
2014-10-15Added timers for benchmarkingSergio1-6/+14
2014-10-13move registration code to corresponding cpp files.Yangqing Jia1-1/+1
2014-10-11Added version dependent test for IMREAD_COLOR.Kevin James Matzen1-1/+5
2014-10-11Minor fixes. (1) cudnn.hpp uses CHECK_EQ internally, so it needs to include ...Kevin James Matzen1-1/+1
2014-10-03Fixed crop error and add test_data_transformerSergio Guadarrama1-2/+2
2014-10-03Remove Datum from WindowDataLayerSergio Guadarrama1-6/+0
2014-10-03Fixed MemoryDataLayer to make it work with pycaffeSergio Guadarrama1-1/+1
2014-10-03Move data_mean into data_transformer remove datum_* from BaseDataSergio Guadarrama1-0/+12
2014-09-21Back-mergeEvan Shelhamer1-5/+5
2014-09-21load transform params in window data layerEvan Shelhamer1-5/+5
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-10/+10
2014-09-16set up datum size for WindowDataLayerRonghang Hu1-0/+6
2014-09-03Place InternalThreadEntry lower in the {,Image,Window}DataLayer.cppKai Li1-148/+148
2014-09-03Move the rest duplicate codes of the data layers into their base classKai Li1-26/+0
2014-09-03The BasePrefetchingDataLayer shouldn't join the threadKai Li1-0/+5
2014-09-03Simplify the WindowDataLayer using the base classKai Li1-64/+31
2014-08-30remove residual pthread references, but restore in build for gtestEvan Shelhamer1-3/+0
2014-08-29The return value of WaitForInternalThreadToExit has reversedKai Li1-1/+1
2014-08-29Replace pthread with boost::threadKai Li1-2/+2
2014-08-23fix internal thread interface confusionEvan Shelhamer1-1/+1
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-5/+3
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-3/+3
2014-07-24Cleanup pthread code for data layersTANGUY Arnaud1-31/+25
2014-07-21Merge pull request #752 from Yangqing/sweepJeff Donahue1-3/+0
2014-07-19use Blob directly instead of shared_ptr for WindowDataLayer buffersJonathan L Long1-11/+9
2014-07-18reapply namespace changeYangqing Jia1-3/+0
2014-07-17Merge pull request #716 from Yangqing/devJeff Donahue1-4/+3
2014-07-17stub out GPU layer methods to crash loudly in CPU-only modeEvan Shelhamer1-0/+4