Thanks to everyone reading this.
Can you tell me how to load the Pytorch model(.pt) when using opencv in c++? Usually in c++
Net net = readNet(model, config);<