You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//output := parser.String("o", "output", &argparse.Options{Required: false, Help: "Your output folder, if output is set, original files will not be renamed, but the renamed version will be copied in the output folder."})
17
18
network:=parser.Selector("n", "network", []string{"resnet-50", "googlenet"}, &argparse.Options{Required: false, Help: "The pre-trained deep neural network you want to use, can be resnet-50 or googlenet", Default: "resnet-50"})
0 commit comments