Class: Informers::OwlViTFeatureExtractor

Inherits:
ImageFeatureExtractor show all
Defined in:
lib/informers/processors.rb

Instance Method Summary collapse

Methods inherited from ImageFeatureExtractor

#call, #get_resize_output_image_size, #initialize, #pad_image, #preprocess, #rescale, #resize, #thumbnail

Methods inherited from FeatureExtractor

#initialize

Constructor Details

This class inherits a constructor from Informers::ImageFeatureExtractor

Instance Method Details

#post_process_object_detection(*args) ⇒ Object



362
363
364
# File 'lib/informers/processors.rb', line 362

def post_process_object_detection(*args)
  Utils.post_process_object_detection(*args)
end