Skip to content
  • Daniel Ecer's avatar
    check bounding box; fixed image cache key (#400) · f69743c2
    Daniel Ecer authored
    * calculate structural similarity using skimage
    
    * fixed crop_image_to_bounding_box
    
    * output score in JSON
    
    * optionally output images with bounding boxes
    
    * display bbox label inside if not enough space above
    
    * sort by score, then key points
    
    * fixed cache issue by using explicit cache key prefix
    
    (otherwise ids may have been reused after memory being freed)
    f69743c2