Class SsdBlockFactory

java.lang.Object
ai.djl.basicmodelzoo.cv.object_detection.ssd.SsdBlockFactory
All Implemented Interfaces:
ai.djl.nn.BlockFactory, Serializable

public class SsdBlockFactory extends Object implements ai.djl.nn.BlockFactory
A BlockFactory class that creates SingleShotDetection block.
See Also:
  • Constructor Details

    • SsdBlockFactory

      public SsdBlockFactory()
  • Method Details

    • newBlock

      public ai.djl.nn.Block newBlock(ai.djl.Model model, Path modelPath, Map<String,?> arguments)
      Specified by:
      newBlock in interface ai.djl.nn.BlockFactory