This application will call predict() on an image or images and store the results in a JSON file. More...
Typedefs | |
using | JSON = nlohmann::json |
Functions | |
int | main (int argc, char *argv[]) |
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:
using JSON = nlohmann::json |
int main | ( | int | argc, |
char * | argv[] | ||
) |