.npy files [closed]

asked 2017-04-12 11:36:33 -0600

turanerdem gravatar image

I am studying on stereo vision. I created calibration files .npy(like undistortion_map.npy etc). But I don't have knowledge about how can I implement it on my project. Do you have any advice for it?

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2017-04-15 06:14:21.451631

Comments

1

can you be abit more explicit on what you did, and what you are trying to achieve ? show some code ?

berak gravatar imageberak ( 2017-04-12 12:02:47 -0600 )edit

I will try finding object distance with stereo camera. Actually i didn't see any code sample about it on python. So I am trying figure out myself. And I am stucked on using .npy files on project. Thank you

turanerdem gravatar imageturanerdem ( 2017-04-12 16:28:51 -0600 )edit

still, not helpful. wtf is inside your npy files ?

berak gravatar imageberak ( 2017-04-12 19:20:06 -0600 )edit

Dude I am trying to using it for distance estimation. And I already saw tutorial that you mentioned. But can you see any loading npy files in these example??-Noo, so if you cant help, pls dont text again

turanerdem gravatar imageturanerdem ( 2017-04-13 08:33:55 -0600 )edit

no, i cannot see any npy files there, that's why i'm asking you

again, we can only try to help you, if you give us enough infornation.

berak gravatar imageberak ( 2017-04-13 08:38:48 -0600 )edit

I am trying to do stereo camera calibration. What kind of information you want to see about it??? you can know or not. If you don't know, you can try keep quiet. And don't send regular official tutorial again. Because you are not the only one person reading it. Before ask question here. :/

turanerdem gravatar imageturanerdem ( 2017-04-13 13:36:29 -0600 )edit

do you understand, that noone can help you, because your question is not adequate ?

berak gravatar imageberak ( 2017-04-13 13:50:21 -0600 )edit

No he does not... @turanerdem what @berak is trying to get from you is which data you stored into your .npy files. If you do not want to give him an answer on that, then do not expect help here ... which he was voluntary providing...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-04-14 07:38:43 -0600 )edit

This is the solution that I was looking for: np.savez("B", ret=ret, mtx=mtx, dist=dist, rvecs=rvecs, tvecs=tvecs). If you know, It is so simple, right? I am new here and think @berak is owner of Opencv :) he acts like that. I am not here for listening his bla bla

turanerdem gravatar imageturanerdem ( 2017-04-14 10:37:57 -0600 )edit