RobotLocomotion/LabelFusion

How to run the pipeline at 1280x720 resolution?

Closed this issue · 6 comments

Hi there, I would like to run the entire pipeline so that the final images have 1280x720 resolution. Everything works fine at VGA resolution.

When I acquire a HD sequence though, run_prep goes into seg fault.

Do you know what is required to solve this issue?

Hi there, I would like to run the entire pipeline so that the final images have 1280x720 resolution. Everything works fine at VGA resolution.

When I acquire a HD sequence though, run_prep goes into seg fault.

Do you know what is required to solve this issue?

hello, do you solve the problem? could you tell me which camera you use and Can you camera collect data in a real time.

Hi @tiexuedanxin . Yes, I managed to solve the problem. I'm using both Primesense and Realsense cameras. Follow the instructions here to collect the data https://github.com/ianre657/LabelFusion.

Hello @Tchaikovic, do you happen to remember how you solved the problem?

Hi @YangXJ95 , I don't remember the details as it was quite some time ago. I can tell you that the resolution is hardcoded across 2-3 files in the repository. I just changed those values consistently and re-compiled. Hope this helps.

Thank you @Tchaikovic, this definitely helps! Also as it's hardcoded in the repository, then I am wondering do I need to change anything in the ElasticFusion?