Class: Informers::OwlViTFeatureExtractor

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

Instance Attribute Summary

Attributes inherited from FeatureExtractor

#config

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



364
365
366
# File 'lib/informers/processors.rb', line 364

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