forked from facebookresearch/home-robot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (81 loc) · 1.07 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
.idea
.DS_Store
.vscode
*.swp
*.swn
*.swo
*.code-workspace
debug/
build/
dist/
.mypy_cache/
.pytest_cache/
__pycache__/
*.egg-info/
expts/
*.ipynb_checkpoints
example/*.ipynb_checkpoints
outputs/
examples/outputs/
theseus/extlib/*.so
temp/
docs_build/
viz/
datasets/
scene_datasets/
datadump/
*/datasets/
!/src/home_robot/home_robot/datasets
data/
/models/
# Archive files
*.pkl
*.pcd
*.zip
# Visualizations
*.ogv
*.pcd
*.PCD
# Git stuff
*~HEAD
# Data types
*.h5
*.hdf5
*.mp4
*.glb
# used by habitat for object info
*.json
*.png
*.jpg
*.jpeg
*.npz
*.pickle
data/**
data*/**
data/***
# Mesh files
*.stl
*.STL
*.mtl
*.navmesh
*.obj
*.dae
*.DAE
# Detic and other torch model files
*.pth
*.ply
*.pt
# Training stuff
projects/**/wandb
core
projects/**/multirun/**/**
projects/slap_manipulation/assets/**
# configs
projects/habitat_ovmm/configs/agent/generated/*
# Emacs
*~
src/home_robot/home_robot/agent/imagenav_agent/SuperGluePretrainedNetwork
src/home_robot/home_robot/perception/detection/detic/Detic
src/third_party/contact_graspnet
src/third_party/detectron2
src/third_party/habitat-lab