@openhps/opencv
    Preparing search index...

    Function readNetFromDarknet

    • Parameters

      • cfgPath: string

        path to the .cfg file with text description of the network architecture. (should be an absolute path)

      • modelPath: string

        to the .weights file with learned network. (should be an absolute path)

      Returns Net