digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Is it possible to predict on batch of images? #45

Open Arsey opened 5 years ago

Germminate commented 4 years ago

@Arsey Please view my issue: https://github.com/digitalbrain79/pyyolo/issues/56

In my issue, the example.txt file contains code to predict on a batch of images. the results will be saved to individual text files of the same name as the images.

let me know if you have any further questions.

jinmingyi1998 commented 3 years ago

@Arsey Please view my issue:

56

In my issue, the example.txt file contains code to predict on a batch of images. the results will be saved to individual text files of the same name as the images.

let me know if you have any further questions.

it's not predict a batch, it just predict them one by one. The requirement is gather a batch of images and predict only once.