-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitignore
37 lines (37 loc) · 837 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
CMakeLists.txt.user
Examples/Monocular/mono_euroc
Examples/Monocular/mono_kitti
Examples/Monocular/mono_tum
Examples/RGB-D/rgbd_tum
Examples/OpticalFlow/optflow
Examples/ROS/ORB_SLAM2/CMakeLists.txt.user
Examples/ROS/ORB_SLAM2/Mono
Examples/ROS/ORB_SLAM2/MonoAR
Examples/ROS/ORB_SLAM2/RGBD
Examples/ROS/ORB_SLAM2/Stereo
Examples/ROS/ORB_SLAM2/build/
Examples/Stereo/stereo_euroc
Examples/Stereo/stereo_kitti
KeyFrameTrajectory.txt
Thirdparty/DBoW2/build/
Thirdparty/DBoW2/lib/
Thirdparty/g2o/build/
Thirdparty/g2o/config.h
Thirdparty/g2o/lib/
Vocabulary/ORBvoc.txt
build/
.idea/
*~
lib/
Examples/MaskRCNN/mask_rcnn
Examples/MaskRCNN/mask_rcnn_inception_v2_coco_2018_01_28/
cmake-build-debug/
*.caffemodel
Examples/dnn/segmentation
Examples/DynamicExtractor/test
cmake-build-release/
build/
**build**/
CameraTrajectory.txt
*.pyc
.vscode/