How to get the marker locations in the LINEMOD dataset? The Next CEO of Stack Overflow2019 Community Moderator ElectionHow can I access dataset from Nasa websiteWhere can I get a comprehensive criminal dataset?How can I get the ImageNet ILSVRC 2012 data used for the classification challenge?How to sample a statistically uniform datasetData brokers for market-related data, how to choose, where to look for?Can't interpret the text information and ratings matrix imported to NNDownsampling the dataset to create balanced dataset for neural modelsHow can I get the input sentances of the keras sample IMDB dataset?Need help with confusing dataset formats for Images and annotationsHow to decide the processing power required based on the dataset?
Prodigo = pro + ago?
Why can't we say "I have been having a dog"?
Mathematica command that allows it to read my intentions
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Gödel's incompleteness theorems - what are the religious implications?
How to find if SQL server backup is encrypted with TDE without restoring the backup
Does Germany produce more waste than the US?
How can the PCs determine if an item is a phylactery?
How to coordinate airplane tickets?
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
Why did early computer designers eschew integers?
Read/write a pipe-delimited file line by line with some simple text manipulation
How to show a landlord what we have in savings?
Is a distribution that is normal, but highly skewed, considered Gaussian?
Is a linearly independent set whose span is dense a Schauder basis?
Why does sin(x) - sin(y) equal this?
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
Gauss' Posthumous Publications?
Direct Implications Between USA and UK in Event of No-Deal Brexit
Ising model simulation
How dangerous is XSS
How should I connect my cat5 cable to connectors having an orange-green line?
Another proof that dividing by 0 does not exist -- is it right?
How to get the marker locations in the LINEMOD dataset?
The Next CEO of Stack Overflow2019 Community Moderator ElectionHow can I access dataset from Nasa websiteWhere can I get a comprehensive criminal dataset?How can I get the ImageNet ILSVRC 2012 data used for the classification challenge?How to sample a statistically uniform datasetData brokers for market-related data, how to choose, where to look for?Can't interpret the text information and ratings matrix imported to NNDownsampling the dataset to create balanced dataset for neural modelsHow can I get the input sentances of the keras sample IMDB dataset?Need help with confusing dataset formats for Images and annotationsHow to decide the processing power required based on the dataset?
$begingroup$
The LINEMOD dataset is for 6 Degrees of Freedom Pose Estimation and it comes with aruco-like markers around the object. A sample image looks like the following:
I could finde some information in this repo https://github.com/paroj/linemod_dataset , such as the camera parameters which are later needed.
However I could not find any information on the marker itself, such as "real world" size and if they are aruco markers https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html .
I wonder if anyone knows the information or knows how to extract these information from the dataset?
dataset
$endgroup$
add a comment |
$begingroup$
The LINEMOD dataset is for 6 Degrees of Freedom Pose Estimation and it comes with aruco-like markers around the object. A sample image looks like the following:
I could finde some information in this repo https://github.com/paroj/linemod_dataset , such as the camera parameters which are later needed.
However I could not find any information on the marker itself, such as "real world" size and if they are aruco markers https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html .
I wonder if anyone knows the information or knows how to extract these information from the dataset?
dataset
$endgroup$
add a comment |
$begingroup$
The LINEMOD dataset is for 6 Degrees of Freedom Pose Estimation and it comes with aruco-like markers around the object. A sample image looks like the following:
I could finde some information in this repo https://github.com/paroj/linemod_dataset , such as the camera parameters which are later needed.
However I could not find any information on the marker itself, such as "real world" size and if they are aruco markers https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html .
I wonder if anyone knows the information or knows how to extract these information from the dataset?
dataset
$endgroup$
The LINEMOD dataset is for 6 Degrees of Freedom Pose Estimation and it comes with aruco-like markers around the object. A sample image looks like the following:
I could finde some information in this repo https://github.com/paroj/linemod_dataset , such as the camera parameters which are later needed.
However I could not find any information on the marker itself, such as "real world" size and if they are aruco markers https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html .
I wonder if anyone knows the information or knows how to extract these information from the dataset?
dataset
dataset
asked Mar 25 at 9:36
Kev1n91Kev1n91
1012
1012
add a comment |
add a comment |
0
active
oldest
votes
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%2f47931%2fhow-to-get-the-marker-locations-in-the-linemod-dataset%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%2f47931%2fhow-to-get-the-marker-locations-in-the-linemod-dataset%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