Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ CenterY
Method
CenterY
lesson7-Detection/src/utils/Augmentations.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
float BBox::CenterY()
32
{
33
return (ymax + ymin) / 2.0;
34
}
35
36
37
Data Augmentations::Resize(Data mData, int width, int height, float probability) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected