Darknet/YOLO v3.0-149-gb11c9d5
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[])
 

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: