appliedchemlabwork_tayra.D3.find_boxes#

appliedchemlabwork_tayra.D3.find_boxes(filepath: str, save_to: str, fsave: str = './runs/detect/predict')[source]#

Find bands as bounding boxes.

Parameters:
filepathstr

The path to the image file containing the DNA electrophoresis bands.

save_tostr

The directory to save the data.

fsavestr, optional

The directory to save the result.

Returns:
dataList of Results

The list of the results.

Raises:
FileNotFoundError

The image file was not found.