-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start the application: #189
Comments
@solutionall dotnet run -c Release -- -d=C:\Images -m=C:\Models |
Sorry for newbie. Where should I put this command? |
@solutionall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't start the application on windows 10 with VS2019.
Which is startup project? I've used single project then I got these errors:
Usage: FaceDetection [options]
Options:
-h|--help Show help information
-d|--directory The directory path which includes image files
-c|--cpus The number of CPU cores to use in parallel. -1 means "use all in system"
-m|--model Which face detection model to use. Options are "hog" or "cnn".
C:\Program Files\dotnet\dotnet.exe (process 16588) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
The text was updated successfully, but these errors were encountered: