Permalink
Browse files

Merge pull request #5529 from shelhamer/deprecate-window

Deprecate WindowData layer type
  • Loading branch information...
2 parents 8007349 + 2ec19b6 commit 28780e98bcea43d5345f3126b8dccae6926439ec @shelhamer shelhamer committed on GitHub Apr 14, 2017
Showing with 2 additions and 1 deletion.
  1. +2 −1 include/caffe/layers/window_data_layer.hpp
@@ -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.
*/

0 comments on commit 28780e9

Please sign in to comment.