This application will call predict() on images and create YOLO-format annotations. More...
Functions | |
int | main (int argc, char *argv[]) |
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
int main | ( | int | argc, |
char * | argv[] | ||
) |