Class: Informers::DetrForObjectDetection
- Inherits:
-
DetrPreTrainedModel
- Object
- PreTrainedModel
- DetrPreTrainedModel
- Informers::DetrForObjectDetection
- Defined in:
- lib/informers/models.rb
Constant Summary
Constants inherited from PreTrainedModel
PreTrainedModel::MAIN_INPUT_NAME
Instance Attribute Summary
Attributes inherited from PreTrainedModel
Instance Method Summary collapse
Methods inherited from PreTrainedModel
construct_session, from_pretrained, #generate, #initialize
Constructor Details
This class inherits a constructor from Informers::PreTrainedModel
Instance Method Details
#call(model_inputs) ⇒ Object
1036 1037 1038 |
# File 'lib/informers/models.rb', line 1036 def call(model_inputs) DetrObjectDetectionOutput.new(*super(model_inputs)) end |