Function for determinining the Jaccard or iou (intersection over union) similarity measure between two sets of boxes.
jaccardSimilarity(boxes1, boxes2)
boxes1 | A 2-D array where each row corresponds to a single box consisting of the format (xmin,xmax,ymin,ymax) or (xmin,xmax,ymin,ymax,zmin,zmax) |
---|---|
boxes2 | A 2-D array where each row corresponds to a single box consisting of the format (xmin,xmax,ymin,ymax) or (xmin,xmax,ymin,ymax,zmin,zmax) |
the Jaccard simliarity
Tustison NJ
#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not exist#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not exist