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

min memory needed ? #7

Open
kerautret opened this issue Aug 13, 2018 · 1 comment
Open

min memory needed ? #7

kerautret opened this issue Aug 13, 2018 · 1 comment

Comments

@kerautret
Copy link

By testing the first line gf figure 4 I obtain a core dumped due to memory alloc.
What is the min memory needed ? (I tried it on ubuntu 14.04 TLS 32 bits, 14 Go Ram memory)
`./Examples/Monocular/mono_euroc Vocabulary/ORBvoc.bin Examples/Monocular/EuRoC.yaml mav0/cam0/data Examples/Monocular/EuRoC_TimeStamps/V101.txt

ORB-SLAM2 Copyright (C) 2014-2016 Raul Mur-Artal, University of Zaragoza.
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under certain conditions. See LICENSE.txt.

Input sensor was set to: Monocular

Loading ORB Vocabulary. This could take a while...
Vocabulary loaded!

Camera Parameters:

  • fx: 458.654
  • fy: 457.296
  • cx: 367.215
  • cy: 248.375
  • k1: -0.283408
  • k2: 0.0739591
  • p1: 0.00019359
  • p2: 1.76187e-05
  • fps: 20
  • color order: RGB (ignored if grayscale)

ORB Extractor Parameters:

  • Number of Features: 1000
  • Scale Levels: 8
  • Scale Factor: 1.2
  • Initial Fast Threshold: 20
  • Minimum Fast Threshold: 7

Start processing sequence ...
Images in the sequence: 2912

Offline semi-dense mapping and line segment extraction
updating model
Framebuffer with requested attributes not available. Using available framebuffer. You may see visual artifacts.New Map created with 96 points
Wrong initialization, reseting...
System Reseting
Reseting Local Mapper... done
Reseting Loop Closing... done
Reseting Semi Dense Mapping...updating model
done
Reseting Database... done
New Map created with 90 points
Wrong initialization, reseting...
System Reseting
Reseting Local Mapper... done
Reseting Loop Closing... done
Reseting Semi Dense Mapping...updating model
done
Reseting Database... done
New Map created with 97 points
Wrong initialization, reseting...
System Reseting
Reseting Local Mapper... done
Reseting Loop Closing... done
Reseting Semi Dense Mapping...updating model
done
Reseting Database... done
New Map created with 91 points
Wrong initialization, reseting...
System Reseting
Reseting Local Mapper... done
Reseting Loop Closing... done
Reseting Semi Dense Mapping...updating model
done
Reseting Database... done
New Map created with 109 points
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Abandon (core dumped)
./Examples/Monocular/mono_euroc Vocabulary/ORBvoc.bin Examples/Monocular/EuRoC.yaml
mav0/cam0/data Examples/Monocular/EuRoC_TimeStamps/V101.txt
`

@shidahe
Copy link
Owner

shidahe commented Aug 14, 2018

I tested all the sequences on a machine with 8G memory. The error should be caused by something else.

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

2 participants