-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用run_test_data.py运行测试数据集是在尺度估计这一步报错 #44
Comments
我看到更新到了main分支有新的合并#42 ,我更新了代码,重新编译之后,运行run_test_data.py有了新的报错,请指导一下,谢谢! Aborted` |
这个问题是由图像转换时出错导致,(#45) 已经修复了这个问题。 |
更新代码之后使用测试数据集运行成功了,非常感谢! |
您好,请教一下,我使用自己拍的视频抽帧的方式来进行重建,但是在构建过程中报错了,报错如下,请问这是什么原因呢: `
|
单纯看log很难确定具体是什么原因导致的,如果方便的话,可以提供下视频或图像。 |
您好,上传附件超过限制大小了,我传到百度网盘了,麻烦您帮我看看 |
您好,我在使用测试数据重建的时候,在尺度估计这一步的时候报错了,请帮忙指导一下,谢谢!
`
Frame id: -1 visible point3d num: 0
Time Total 35.062413s
Time reg 2.842823s
Time tri 0.447248s
Time fil 3.288153s
Time merge 8.290524s
Time check 0.163162s
Time LBA 15.206140s
Time GBA 3.789308s
Reconstruction Done!
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(3.4.7) /workspace/xrprimer/_ext/opencv/modules/imgproc/src/color.simd_helpers.hpp:88: error: (-2:Unspecified error) in function 'cv::impl::{anonymous}::CvtHelper<VScn, VDcn, VDepth, sizePolicy>::CvtHelper(cv::InputArray, cv::OutputArray, int) [with VScn = cv::impl::{anonymous}::Set<3, 4>; VDcn = cv::impl::{anonymous}::Set<1>; VDepth = cv::impl::{anonymous}::Set<0, 2, 5>; cv::impl::{anonymous}::SizePolicy sizePolicy = (cv::impl::::SizePolicy)2; cv::InputArray = const cv::_InputArray&; cv::OutputArray = const cv::_OutputArray&]'
Aborted
`
The text was updated successfully, but these errors were encountered: