Darknet/YOLO v5.0-10-g6abf042
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet_11_images_to_yolo.cpp File Reference

This application will call predict() on images and create YOLO-format annotations. More...

Include dependency graph for darknet_11_images_to_yolo.cpp:

Functions

int main (int argc, char *argv[])
 

Detailed Description

This application will call predict() on images and create YOLO-format annotations.

This can be used if you already have weights for your neural network, and you need to quickly annotate images which you plan on then fixing up to further train the neural network.

darknet_11_images_to_yolo LegoGears *.jpg

Function Documentation

◆ main()

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