Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ Detector
Method
Detector
lesson7-Detection/src/Detector.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <sys/stat.h>
5
6
Detector::Detector()
7
{
8
9
}
10
11
void Detector::Initialize(int gpu_id, int width, int height,
12
std::string name_list_path) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected