@openhps/opencv
    Preparing search index...

    Function readNetFromCaffe

    • Reads a network model stored in Caffe framework's format.

      https://docs.opencv.org/4.x/d6/d0f/group__dnn.html#ga29d0ea5e52b1d1a6c2681e3f7d68473a

      Parameters

      • prototxt: string

        path to the .prototxt file with text description of the network architecture.

      • OptionalmodelPath: string

        path to the .caffemodel file with learned network.

      Returns Net