We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the picture , What is the detection method used?
The text was updated successfully, but these errors were encountered:
The detectors are just typical convolutional filters.
Sorry, something went wrong.
The output of the detectors is the bounding box and label?
Yes, "c" is the number of classes, and "b" the number of bounding box coordinates.
I am a novice. Can you teach me how does the detectors works in detail?Thank you very much.
you can review fast-rcnn and faster-rcnn.
No branches or pull requests
In the picture , What is the detection method used?
The text was updated successfully, but these errors were encountered: