Should images with multiple objects of the same class be used as training sample for multi-classes object detection models? The Next CEO of Stack Overflow2019 Community Moderator ElectionHow to predict on part of image after training on other part of image?How do CNNs use a model and find the object(s) desired?Python : Feature Matching + Homography to find Multiple Objects“other” class in Image classificationHow to train model on specific classes from dataset for object detection?How to train object detection system for 2 classes having two seperate datasets for each class?Using single cell image to train model to detect and recognize multi cell image; different size of target cell in training and test setOdd Loss Curves for Object Detection TaskIssues with training SSD on own datasetwhat is the best approach to detect small objects with similar shape?
How to write the block matrix in LaTex?
How to make a software documentation "officially" citable?
Why does standard notation not preserve intervals (visually)
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
Does it take more energy to get to Venus or to Mars?
Does the Brexit deal have to be agreed by both Houses?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Too much space between section and text in a twocolumn document
Is HostGator storing my password in plaintext?
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
How to use tikz in fbox?
Robert Sheckley short story about vacation spots being overwhelmed
Is a stroke of luck acceptable after a series of unfavorable events?
Return the Closest Prime Number
Why were Madagascar and New Zealand discovered so late?
How do I solve this limit?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
WOW air has ceased operation, can I get my tickets refunded?
If the heap is initialized for security, then why is the stack uninitialized?
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
Customer Requests (Sometimes) Drive Me Bonkers!
How to count occurrences of text in a file?
Why here is plural "We went to the movies last night."
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Should images with multiple objects of the same class be used as training sample for multi-classes object detection models?
The Next CEO of Stack Overflow2019 Community Moderator ElectionHow to predict on part of image after training on other part of image?How do CNNs use a model and find the object(s) desired?Python : Feature Matching + Homography to find Multiple Objects“other” class in Image classificationHow to train model on specific classes from dataset for object detection?How to train object detection system for 2 classes having two seperate datasets for each class?Using single cell image to train model to detect and recognize multi cell image; different size of target cell in training and test setOdd Loss Curves for Object Detection TaskIssues with training SSD on own datasetwhat is the best approach to detect small objects with similar shape?
$begingroup$
Let's say the model try to detect all the grapes on a branch of grapes. Can I use images of a grape branch with all the grapes labeled as a training sample? Will it affect the quality of the RPN ? Is it better to train on images which a single or a few grapes in it, since the classification is done separately on each slide of the image?
training computer-vision multiclass-classification object-detection
$endgroup$
add a comment |
$begingroup$
Let's say the model try to detect all the grapes on a branch of grapes. Can I use images of a grape branch with all the grapes labeled as a training sample? Will it affect the quality of the RPN ? Is it better to train on images which a single or a few grapes in it, since the classification is done separately on each slide of the image?
training computer-vision multiclass-classification object-detection
$endgroup$
add a comment |
$begingroup$
Let's say the model try to detect all the grapes on a branch of grapes. Can I use images of a grape branch with all the grapes labeled as a training sample? Will it affect the quality of the RPN ? Is it better to train on images which a single or a few grapes in it, since the classification is done separately on each slide of the image?
training computer-vision multiclass-classification object-detection
$endgroup$
Let's say the model try to detect all the grapes on a branch of grapes. Can I use images of a grape branch with all the grapes labeled as a training sample? Will it affect the quality of the RPN ? Is it better to train on images which a single or a few grapes in it, since the classification is done separately on each slide of the image?
training computer-vision multiclass-classification object-detection
training computer-vision multiclass-classification object-detection
asked 8 mins ago
Hoang Dang TuanHoang Dang Tuan
355
355
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2fdatascience.stackexchange.com%2fquestions%2f48189%2fshould-images-with-multiple-objects-of-the-same-class-be-used-as-training-sample%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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%2fdatascience.stackexchange.com%2fquestions%2f48189%2fshould-images-with-multiple-objects-of-the-same-class-be-used-as-training-sample%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