How to integrate classifier and detector in the darknet framework
up vote
-1
down vote
favorite
Image size for detection : 416 x 416.
Image size for classification: 64 x 64.
I trained a yoloV3 model to detect the dog class and trained a classifier to find the types of dog (e.g. bull dog, German shepherd). How can I take the detector output(the cropped feature maps/cropped output image based on the bounding box predictions) and feed into classifier(resized into 64x64) to get the label of that particular dog?
deep-learning computer-vision darknet
add a comment |
up vote
-1
down vote
favorite
Image size for detection : 416 x 416.
Image size for classification: 64 x 64.
I trained a yoloV3 model to detect the dog class and trained a classifier to find the types of dog (e.g. bull dog, German shepherd). How can I take the detector output(the cropped feature maps/cropped output image based on the bounding box predictions) and feed into classifier(resized into 64x64) to get the label of that particular dog?
deep-learning computer-vision darknet
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Image size for detection : 416 x 416.
Image size for classification: 64 x 64.
I trained a yoloV3 model to detect the dog class and trained a classifier to find the types of dog (e.g. bull dog, German shepherd). How can I take the detector output(the cropped feature maps/cropped output image based on the bounding box predictions) and feed into classifier(resized into 64x64) to get the label of that particular dog?
deep-learning computer-vision darknet
Image size for detection : 416 x 416.
Image size for classification: 64 x 64.
I trained a yoloV3 model to detect the dog class and trained a classifier to find the types of dog (e.g. bull dog, German shepherd). How can I take the detector output(the cropped feature maps/cropped output image based on the bounding box predictions) and feed into classifier(resized into 64x64) to get the label of that particular dog?
deep-learning computer-vision darknet
deep-learning computer-vision darknet
asked Nov 9 at 14:53
Sudhakar17
13
13
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53228082%2fhow-to-integrate-classifier-and-detector-in-the-darknet-framework%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown