Classes | |
struct | detector_gpu_t |
Macros | |
#define | NFRAMES 3 |
Functions | |
bool | built_with_cuda () |
bool | built_with_cudnn () |
bool | built_with_opencv () |
void | check_cuda (cudaError_t status) |
int | detect_image (const char *filename, bbox_t_container &container) |
int | detect_mat (const uint8_t *data, const size_t data_length, bbox_t_container &container) |
int | dispose () |
int | get_device_count () |
int | get_device_name (int gpu, char *deviceName) |
int | init (const char *configurationFilename, const char *weightsFilename, int gpu, int batch_size) |
Variables | |
static std::unique_ptr< Detector > | detector |
#define NFRAMES 3 |
bool built_with_cuda | ( | ) |
bool built_with_cudnn | ( | ) |
bool built_with_opencv | ( | ) |
void check_cuda | ( | cudaError_t | status | ) |
int detect_image | ( | const char * | filename, |
bbox_t_container & | container | ||
) |
int detect_mat | ( | const uint8_t * | data, |
const size_t | data_length, | ||
bbox_t_container & | container | ||
) |
int dispose | ( | ) |
int get_device_count | ( | ) |
int get_device_name | ( | int | gpu, |
char * | deviceName | ||
) |
int init | ( | const char * | configurationFilename, |
const char * | weightsFilename, | ||
int | gpu, | ||
int | batch_size | ||
) |
|
static |