How to snapshot of 3d face obj in Python
We were converting set of 2D images into 3d Object, we have .obj file after convertion using https://github.com/YadiraF/PRNet.
We are mannually take snapshot of every angle, like open 3d object in meshlab and take snapshot save it in somewhere location. It is tedious operation to do. Now its ok when we have 100, 10000 images it would be much harder. Anyone please help me how we proceed/solve the situation in python.
inside 3D object contains like this:
v 382.4409936044731 4272.545560566024 138.77008056640625 0.14901960784313725 0.13725490196078433 0.11764705882352941
v 388.06044921875 4273.823271005668 141.68692016601562 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 388.445614085478 4273.631472694547 142.4808349609375 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 386.61643114276967 4274.4401909083945 140.76812744140625 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 387.3517233455883 4274.452328048407 142.06898498535156 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 388.67478553921575 4274.858647460937 141.64942932128906 0.19215686274509805 0.16470588235294117 0.1411764705882353
v 389.5287415747549 4275.084645565257 142.3542938232422 0.21568627450980393 0.1803921568627451 0.15294117647058825
.......
........
........
f 1136 891 890
f 1136 1137 891
f 1137 892 891
f 1137 1138 892
f 1138 893 892
f 1138 1139 893
f 1139 894 893
f 1139 1140 894
f 1140 895 894
f 1140 1141 895
....
....
....
Can you please give me suggestion or sample coding it would be much helpful;
python 3d
add a comment |
We were converting set of 2D images into 3d Object, we have .obj file after convertion using https://github.com/YadiraF/PRNet.
We are mannually take snapshot of every angle, like open 3d object in meshlab and take snapshot save it in somewhere location. It is tedious operation to do. Now its ok when we have 100, 10000 images it would be much harder. Anyone please help me how we proceed/solve the situation in python.
inside 3D object contains like this:
v 382.4409936044731 4272.545560566024 138.77008056640625 0.14901960784313725 0.13725490196078433 0.11764705882352941
v 388.06044921875 4273.823271005668 141.68692016601562 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 388.445614085478 4273.631472694547 142.4808349609375 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 386.61643114276967 4274.4401909083945 140.76812744140625 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 387.3517233455883 4274.452328048407 142.06898498535156 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 388.67478553921575 4274.858647460937 141.64942932128906 0.19215686274509805 0.16470588235294117 0.1411764705882353
v 389.5287415747549 4275.084645565257 142.3542938232422 0.21568627450980393 0.1803921568627451 0.15294117647058825
.......
........
........
f 1136 891 890
f 1136 1137 891
f 1137 892 891
f 1137 1138 892
f 1138 893 892
f 1138 1139 893
f 1139 894 893
f 1139 1140 894
f 1140 895 894
f 1140 1141 895
....
....
....
Can you please give me suggestion or sample coding it would be much helpful;
python 3d
add a comment |
We were converting set of 2D images into 3d Object, we have .obj file after convertion using https://github.com/YadiraF/PRNet.
We are mannually take snapshot of every angle, like open 3d object in meshlab and take snapshot save it in somewhere location. It is tedious operation to do. Now its ok when we have 100, 10000 images it would be much harder. Anyone please help me how we proceed/solve the situation in python.
inside 3D object contains like this:
v 382.4409936044731 4272.545560566024 138.77008056640625 0.14901960784313725 0.13725490196078433 0.11764705882352941
v 388.06044921875 4273.823271005668 141.68692016601562 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 388.445614085478 4273.631472694547 142.4808349609375 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 386.61643114276967 4274.4401909083945 140.76812744140625 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 387.3517233455883 4274.452328048407 142.06898498535156 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 388.67478553921575 4274.858647460937 141.64942932128906 0.19215686274509805 0.16470588235294117 0.1411764705882353
v 389.5287415747549 4275.084645565257 142.3542938232422 0.21568627450980393 0.1803921568627451 0.15294117647058825
.......
........
........
f 1136 891 890
f 1136 1137 891
f 1137 892 891
f 1137 1138 892
f 1138 893 892
f 1138 1139 893
f 1139 894 893
f 1139 1140 894
f 1140 895 894
f 1140 1141 895
....
....
....
Can you please give me suggestion or sample coding it would be much helpful;
python 3d
We were converting set of 2D images into 3d Object, we have .obj file after convertion using https://github.com/YadiraF/PRNet.
We are mannually take snapshot of every angle, like open 3d object in meshlab and take snapshot save it in somewhere location. It is tedious operation to do. Now its ok when we have 100, 10000 images it would be much harder. Anyone please help me how we proceed/solve the situation in python.
inside 3D object contains like this:
v 382.4409936044731 4272.545560566024 138.77008056640625 0.14901960784313725 0.13725490196078433 0.11764705882352941
v 388.06044921875 4273.823271005668 141.68692016601562 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 388.445614085478 4273.631472694547 142.4808349609375 0.18823529411764706 0.17254901960784313 0.13725490196078433
v 386.61643114276967 4274.4401909083945 140.76812744140625 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 387.3517233455883 4274.452328048407 142.06898498535156 0.16470588235294117 0.1450980392156863 0.12156862745098039
v 388.67478553921575 4274.858647460937 141.64942932128906 0.19215686274509805 0.16470588235294117 0.1411764705882353
v 389.5287415747549 4275.084645565257 142.3542938232422 0.21568627450980393 0.1803921568627451 0.15294117647058825
.......
........
........
f 1136 891 890
f 1136 1137 891
f 1137 892 891
f 1137 1138 892
f 1138 893 892
f 1138 1139 893
f 1139 894 893
f 1139 1140 894
f 1140 895 894
f 1140 1141 895
....
....
....
Can you please give me suggestion or sample coding it would be much helpful;
python 3d
python 3d
asked Nov 20 '18 at 10:49
Varun_RathinamVarun_Rathinam
141211
141211
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fstackoverflow.com%2fquestions%2f53391353%2fhow-to-snapshot-of-3d-face-obj-in-python%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 Stack Overflow!
- 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.
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%2fstackoverflow.com%2fquestions%2f53391353%2fhow-to-snapshot-of-3d-face-obj-in-python%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