Browse Source

fix

pull/328/head
wjm 5 years ago
parent
commit
6c9441a473
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      parser/caffe/caffe_parser.cc

+ 0
- 2
parser/caffe/caffe_parser.cc View File

@@ -203,11 +203,9 @@ const int32_t kAnchorIndexTwo = 2;
const int32_t kAnchorIndexThree = 3;
const int32_t kNumOne = 1;
const size_t kTensorNum = 2;
const int kMaxParseDepth = 5;
const int32_t kMinLineWorldSize = 3;
const int32_t kMaxIdentifier = 536870911; // 2^29 - 1
const int32_t kBase = 10;
const uint32_t kInteval = 2;
const char *const kPython = "Python";
const char *const kProposalLayer = "ProposalLayer";
const char *const kDetectionOutput = "DetectionOutput";


Loading…
Cancel
Save