Darknet/YOLO v3.0-208-g0b6f60f-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet_06_images_to_json.cpp File Reference

This application will call predict() on an image or images and store the results in a JSON file. More...

Include dependency graph for darknet_06_images_to_json.cpp:

Typedefs

using JSON = nlohmann::json
 

Functions

int main (int argc, char *argv[])
 
std::string trim (std::string str)
 

Detailed Description

This application will call predict() on an image or images and store the results in a JSON file.

darknet_06_images_to_json LegoGears DSCN1580_frame_000034.jpg

The output should be similar to this:

Typedef Documentation

◆ JSON

using JSON = nlohmann::json

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ trim()

std::string trim ( std::string  str)
Here is the caller graph for this function: