MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DecodeScore

Function DecodeScore

tensorflow/examples/multibox_detector/main.cc:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236float DecodeScore(float encoded_score) {
237 return 1 / (1 + std::exp(-encoded_score));
238}
239
240void DrawBox(const int image_width, const int image_height, int left, int top,
241 int right, int bottom, tensorflow::TTypes<uint8>::Flat* image) {

Callers 1

PrintTopDetectionsFunction · 0.85

Calls 1

expFunction · 0.50

Tested by

no test coverage detected