deprecate WindowData layer type
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 13 Apr 2017 21:22:30 +0000 (14:22 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 13 Apr 2017 21:22:30 +0000 (14:22 -0700)
include/caffe/layers/window_data_layer.hpp

index 35f41b8..b9b66b7 100644 (file)
@@ -16,7 +16,8 @@ namespace caffe {
 
 /**
  * @brief Provides data to the Net from windows of images files, specified
- *        by a window data file.
+ *        by a window data file. This layer is *DEPRECATED* and only kept for
+ *        archival purposes for use by the original R-CNN.
  *
  * TODO(dox): thorough documentation for Forward and proto params.
  */