MCPcopy Create free account
hub / github.com/FeiYull/TensorRT-Alpha / CandidateObject

Method CandidateObject

utils/utils.h:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 float mScore;
113 bool mIsGood;
114 CandidateObject()
115 {
116 std::fill_n(mBboxAndkeyPoints, 14, FLT_MAX);
117 mScore = FLT_MAX;
118 mIsGood = true;
119 }
120 CandidateObject(float* bboxAndkeyPoints, float score, bool isGood) :
121 mScore(score),
122 mIsGood(isGood)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected