You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try your project only use gyro data,so I del ois relevant code,until GetIntrinsics function there is ois_offset and I don't know how to figure out intrinsics. what is that mean by 0.5*(width-1)+offset[0]width, 0.5(height-1)+offset[1]*height]
The text was updated successfully, but these errors were encountered:
I want to try your project only use gyro data,so I del ois relevant code,until GetIntrinsics function there is ois_offset and I don't know how to figure out intrinsics. what is that mean by 0.5*(width-1)+offset[0]width, 0.5(height-1)+offset[1]*height]
hi, check out the supplementary equation (1). it might answer your question.
Hey there,
I kinda working on the similar problem.But I started on the training side.
Feel free to contact ***@***.***) so we can help each other out.
Regards,
Slll
At 2022-03-23 10:48:04, "Gotta-C" ***@***.***> wrote:
I want to try your project only use gyro data,so I del ois relevant code,until GetIntrinsics function there is ois_offset and I don't know how to figure out intrinsics. what is that mean by 0.5*(width-1)+offset[0]width, 0.5(height-1)+offset[1]*height]
hi, check out the supplementary equation (1). it might answer your question.
hi,Tks for your reply and I've solved.Another question how to modify FlowNet2? I attempt to replace it by LK with ORB detection and using gyro data to check whether it can be processed in real-time and How is the performance.Have you try before? Should't FlowNet2 results get pts? The unet and net flatten the results in [1,64],[1,4] and do torch_QuaternionProduct, what is that for?(inference.py)
Looking forward to your reply again.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
I want to try your project only use gyro data,so I del ois relevant code,until GetIntrinsics function there is ois_offset and I don't know how to figure out intrinsics. what is that mean by 0.5*(width-1)+offset[0]width, 0.5(height-1)+offset[1]*height]
The text was updated successfully, but these errors were encountered: