-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
90 lines (76 loc) · 2.27 KB
/
.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Media/Models
*.pth
*.png
*.jpg
# Thirdparty
*.zip
introspection_function/data_loader/__pycache__/
introspection_function/networks/__pycache__/
introspection_function/config/__pycache__/
introspection_function/.idea/
introspection_function/training/run_scripts/pretrained/
introspection_function/lib/nn/__pycache__/
introspection_function/lib/nn/modules/__pycache__/
introspection_function/lib/utils/__pycache__/
introspection_function/networks/models/__pycache__/
introspection_function/networks/models_light/__pycache__/
introspection_function/training/
introspection_function/pretrained/
introspective_ORB_SLAM/CMakeLists.txt.user
introspective_ORB_SLAM/Examples/Monocular/mono_euroc
introspective_ORB_SLAM/Examples/Monocular/mono_kitti
introspective_ORB_SLAM/Examples/Monocular/mono_tum
introspective_ORB_SLAM/Examples/Monocular/mono_airsim
introspective_ORB_SLAM/Examples/Stereo/stereo_airsim
introspective_ORB_SLAM/Examples/RGB-D/rgbd_tum
introspective_ORB_SLAM/Examples/ROS/ORB_SLAM2/CMakeLists.txt.user
introspective_ORB_SLAM/Examples/ROS/ORB_SLAM2/Mono
introspective_ORB_SLAM/Examples/ROS/ORB_SLAM2/MonoAR
introspective_ORB_SLAM/Examples/ROS/ORB_SLAM2/RGBD
introspective_ORB_SLAM/Examples/ROS/ORB_SLAM2/Stereo
introspective_ORB_SLAM/Examples/ROS/ORB_SLAM2/build/
introspective_ORB_SLAM/Examples/Stereo/stereo_euroc
introspective_ORB_SLAM/Examples/Stereo/stereo_kitti
introspective_ORB_SLAM/KeyFrameTrajectory.txt
introspective_ORB_SLAM/Thirdparty/DBoW2/build/
introspective_ORB_SLAM/Thirdparty/DBoW2/lib/
introspective_ORB_SLAM/Thirdparty/g2o/build/
introspective_ORB_SLAM/Thirdparty/g2o/config.h
introspective_ORB_SLAM/Thirdparty/g2o/lib/
introspective_ORB_SLAM/Vocabulary/ORBvoc.txt
introspective_ORB_SLAM/FrameTrajectory_KITTI_Format.txt
introspective_ORB_SLAM/FrameTrajectory_TUM_Format.txt
introspective_ORB_SLAM/KeyFrameTrajectory_TUM_Format.txt
introspective_ORB_SLAM/build/
introspective_ORB_SLAM/lib/
introspective_ORB_SLAM/scripts/
introspective_ORB_SLAM/Thirdparty/libtorch
introspective_ORB_SLAM/results
*~
Jackal_Visual_Odom/