Skip to content
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

Can't run #3

Open
OmerElshrief opened this issue May 14, 2020 · 4 comments
Open

Can't run #3

OmerElshrief opened this issue May 14, 2020 · 4 comments

Comments

@OmerElshrief
Copy link

Hello,
whenever I try to run the example
!./Examples/Monocular/mono_tum Vocabulary/ORBvoc.bin Examples/Monocular/fisheye_eucm_cam0.yaml path
the CMD just keep loading and nothing happen, even If I enter false path same thing goes on.

@JiasenTian
Copy link

Yeah, same results for me. Do you have any ideas with it? Have you solved it?

@JiasenTian
Copy link

Hello,
whenever I try to run the example
!./Examples/Monocular/mono_tum Vocabulary/ORBvoc.bin Examples/Monocular/fisheye_eucm_cam0.yaml path
the CMD just keep loading and nothing happen, even If I enter false path same thing goes on.

Have you solved it? Same result for me.

@viettoan151
Copy link

Hello all, @OmerElshrief @JiasenTian ,
I confirm its worked.
Please check the code of Examples/Monocular/mono_tum.cc, in main function, check the line:

string strFile = string(argv[3])+"/rgb.txt";

It requires a file of list images rgb.txt under your input folder path.
The format of rgb.txt is

1520525725122645511 data/1520525725122645511.png
1520525725372653511 data/1520525725372653511.png
1520525725622662511 data/1520525725622662511.png
1520525725872669511 data/1520525725872669511.png
1520525726122677511 data/1520525726122677511.png
...

@Showmak1r
Copy link

Thanks a lot, bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants