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
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
`
The text was updated successfully, but these errors were encountered:
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:
ORB Extractor Parameters:
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
`
The text was updated successfully, but these errors were encountered: