Open JasonWuLLL opened 4 years ago
I would like to be able to process images in batch using either provided detect_image function or with a new detect_images function.
lib.network_predict_batch supports YOLO series , but not supports classifier in darknet.py
Not (yet) possible, use yolov4's OpenCV Dnn implementation or tkDNN.
@arnaud-nt2i Hi,
Could you give an example for classifying in OpenCV-dnn?
@zpmmehrdad nope, haven't done it myself...
I would like to be able to process images in batch using either provided detect_image function or with a new detect_images function.
lib.network_predict_batch supports YOLO series , but not supports classifier in darknet.py