Structs§
Enums§
Functions§
- Get the results from the output tensor input: the output tensor from the model [n, X, 8400] confidence: the confidence threshold threshold: the NMS threshold return: the results of the bounding boxes x, y, w, h, class, confidence
- Load images from the directory image_dir: the directory of the images return: the images tensor
- Load one image from the path image_path: the path of the image return: the image tensor
- Load one image from the memory image_bytes: the bytes of the image return: the image tensor