Граф коммитов

368 Коммитов

Автор SHA1 Сообщение Дата
Evan Shelhamer 1c5df72b03 read single input, load/save csv, and record windows
Load `--input_file` as a list of image filenames if .txt OR read as CSV
with fields filename,ymin,xmin,ymax,xmax (with labeled header) if .csv.

Save `--output_file` as HDF5 if .h5 or CSV if .csv. For CSV, enumerate
the class probabilities as numbered class fields.

Record crop windows in original image coordinates if `center_only` or
`corners` crop mode selected. Previously, these modes didn't report
locations.
2014-01-31 01:23:29 -08:00
Evan Shelhamer 4db88bbe2f remove outdated reference to input size, debugging print 2014-01-31 00:15:07 -08:00
Evan Shelhamer 72758c7dde align detector comments to reality 2014-01-28 18:09:13 -08:00
Evan Shelhamer 6c60cd1d46 Merge pull request #61 from kloudkl/master
Save the last batch of data in image set conversion

+ comment and output edits
2014-01-28 01:59:27 -08:00
Kai Li 9494fe2b49 Save the last batch of data in image set conversion 2014-01-28 01:58:09 -08:00
Evan Shelhamer 2f71deb751 detect by window list
Do window detection on a list of predefined windows by adding a
crop_mode `list` that accepts a path to a text file of format:

    image_filename xmin ymin xmax ymax
2014-01-27 15:28:18 -08:00
Evan Shelhamer 47f8f53606 replace magic numbers with variable names in comments 2014-01-27 15:17:45 -08:00
Evan Shelhamer b31b3167d5 fix ImageNet solver max iteration typo
max iteration no. is 450,000 (= 90 epochs)

caught by @SWu
https://github.com/BVLC/caffe/pull/33#issuecomment-33175810
2014-01-25 22:33:18 -08:00
Evan Shelhamer ec010d549e automagically set detection batch size from network 2014-01-25 20:53:00 -08:00
Evan Shelhamer 6408ac1098 document power_wrapper -> detector in detection notebook 2014-01-25 20:03:00 -08:00
Jeff Donahue fb062d48ef Merge pull request #56 from shelhamer/detection-wrapper
Make detection module for python wrapper
2014-01-25 18:04:56 -08:00
Evan Shelhamer 3ff61773f0 promote power_wrapper to 'detection' submodule 2014-01-24 21:34:47 -08:00
Evan Shelhamer 7b562d573d groom power_wrapper flags (cont'd) 2014-01-24 21:34:44 -08:00
Evan Shelhamer c3c635d2ab note power_wrapper TODOs 2014-01-24 20:52:39 -08:00
Evan Shelhamer 69671dd30b generalize power_wrapper to different networks and inputs
generalize from the imagenet reference to other detection networks:
- refactor to configure for a given net and data source
- determine dimensions of net input and output automatically from blobs
2014-01-24 20:52:38 -08:00
Evan Shelhamer 2f7fbfa9e4 groom power_wrapper flags 2014-01-24 20:52:38 -08:00
Evan Shelhamer e7fc77b389 python lint 2014-01-24 20:52:38 -08:00
Evan Shelhamer 7b1e2793b5 ignore distribute dir 2014-01-24 16:18:17 -08:00
Evan Shelhamer eafd6950bc give batch size efficiency advice 2014-01-23 22:31:29 -08:00
Evan Shelhamer 96da93c8a6 default power_wrapper batch size to 10 (aeca741a69 cont'd)
default command line arg and function arg to 10
remove global BATCH_SIZE in favor of arg
2014-01-23 22:31:29 -08:00
Yangqing Jia f17cfa00f8 Merge pull request #51 from sguada/solver_test
Do snapshot after computing loss and test accuracy
2014-01-23 18:09:43 -08:00
Sergio Guadarrama 313cc84932 Do snapshot after computing loss and test accuracy 2014-01-23 17:52:27 -08:00
Evan Shelhamer ed4e2009cf include install notes 2014-01-21 18:50:07 -08:00
Evan Shelhamer b07b3c2004 include intro, license, and citing in README 2014-01-21 18:37:51 -08:00
Evan Shelhamer 76c73d5549 License under BSD
Caffe is henceforth BSD licensed and welcomes community contributions!
2014-01-20 18:24:41 -08:00
Evan Shelhamer f8039bc22b Merge pull request #11 from longjon/master
Python interface to blobs and blob data through boost::python
2014-01-19 21:17:43 -08:00
Evan Shelhamer e54bd1be09 cleanup whitespace 2014-01-19 14:34:12 -08:00
Evan Shelhamer 7c2ec45b92 Merge pull request #29 from kloudkl/master
Separate build, distribute, and src directories + build more cuda archs
2014-01-19 14:10:14 -08:00
Evan Shelhamer c6717dfd21 Merge pull request #34 from forresti/master
set default power_wrapper batch size to match the imagenet_deploy

compatible out-of-the-box with the ipython notebook tutorial
2014-01-18 22:59:33 -08:00
forresti aeca741a69 setting default power_wrapper batch size to match the imagenet_deploy prototxt 2014-01-15 12:02:12 -08:00
Jonathan L Long ae72b9e870 Expose params in Python interface 2014-01-14 15:46:52 -08:00
Jonathan L Long 6e18b00492 Add Python interface to layer blobs 2014-01-14 15:46:51 -08:00
Kai Li 9e7945a268 Add removing distribute directory when make clean 2014-01-13 20:42:01 +08:00
Kai Li dd33fdafa0 Add make proto target to seperately generate caffe/proto/caffe.pb.h
issue: #22
2014-01-13 20:25:30 +08:00
Kai Li b6aa777919 Seperated build, distribute and source directories
issue: #1
2014-01-13 19:34:34 +08:00
Jeff Donahue 3213bd87ea Merge pull request #18 from jeffdonahue/bvlc
change imagenet_val batch size from 200 to intended 50
2013-12-22 13:24:34 -08:00
Jeff Donahue cec0eb1b4c change imagenet_val batch size from 200 to intended 50 2013-12-22 13:13:47 -08:00
Evan Shelhamer 30dc3fed84 point caffe url to bvlc 2013-12-17 19:21:15 -08:00
Sergey Karayev b6997f0d19 bringing license up to date with gh-pages version 2013-12-06 12:39:49 -08:00
Sergey Karayev 4eca379c2f updated detection demo notebook with picture of two cats 2013-12-06 11:29:02 -08:00
Yangqing Jia 58a16e5b9e Merge pull request #10 from sergeyk/selective_search_proposals2
Efficient processing of images, with option to use selective search window proposals
2013-12-05 20:14:15 -08:00
Sergey Karayev 837633b0d8 minor edit 2013-12-05 19:35:32 -08:00
Sergey Karayev 5c0693e30a selective search notebook and renaming to power_wrapper 2013-12-05 19:33:13 -08:00
Sergey Karayev c850cc06c7 fixed bug that renormalized window crops on second resize 2013-12-05 19:12:50 -08:00
Sergey Karayev b1aff6dfc3 center_only and corners modes work correctly 2013-12-05 17:21:47 -08:00
Sergey Karayev 5e2823f3f7 processing images in batch, with option to use selective search window proposals 2013-12-05 16:38:36 -08:00
Yangqing Jia 32adcebe68 renaming" 2013-12-05 09:38:11 -08:00
Yangqing Jia 70dcd4fbad Update README.md 2013-12-05 01:13:59 -08:00
Yangqing Jia a5658cd809 Merge pull request #9 from jeffdonahue/fixflattenbug
fix really stupid bug in flatten layer (and add test that shows the
2013-12-04 20:24:26 -08:00
Jeff Donahue b9063277e3 fix really stupid bug in flatten layer (and add test that shows the
failure case; not sure why CheckGradientExhaustive didn't catch it)
2013-12-04 20:16:25 -08:00