Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Smorodov/Multitarget-tracker
/ trim
Function
trim
src/Detector/tensorrt_yolo/trt_utils.cpp:118–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
std::string trim(std::string s)
119
{
120
leftTrim(s);
121
rightTrim(s);
122
return s;
123
}
124
125
std::string triml(std::string s,const char* t)
126
{
Callers
12
split_layer_index
Function · 0.70
createYOLOEngine
Method · 0.70
parse_c3_args
Function · 0.70
parse_bottleneck_args
Function · 0.70
parse_spp_args
Function · 0.70
parse_str_list
Function · 0.70
parse_upsample
Function · 0.70
parseConfigFile
Method · 0.70
parseConfigBlocks
Method · 0.70
parse_cfg_blocks_v5
Method · 0.70
loadListFromTextFile
Function · 0.70
parse_int_list
Function · 0.70
Calls
2
leftTrim
Function · 0.85
rightTrim
Function · 0.85
Tested by
no test coverage detected