OSError: The path name format is invalid

Hello. I am using the chars74knetwork in my code. I place the network file in a folder on my desktop. And my code is written per below to track the file location.

net = nn.load('C:/Users/****/Desktop/29Febtesting/fnt-chars74k.network')

To note **** is my computer name that I changed. The above code caused the error OSError: The path name format is invalid.

I have search up online but there is no such thread. Hope to get help. Thanks.

The network file needs to be on the camera, copy the file to the root folder of the storage (or SD card) and use this path:
“/fnt-chars74k.network”

Great. Thanks!