2017-07-22 03:03:47 +08:00
|
|
|
*.pyc
|
2020-04-12 01:05:45 +08:00
|
|
|
*.pyd
|
2017-07-22 03:03:47 +08:00
|
|
|
*.pkl
|
2017-08-03 06:40:45 +08:00
|
|
|
*.so
|
2017-08-17 08:09:36 +08:00
|
|
|
*.egg-info/
|
2017-08-17 06:19:06 +08:00
|
|
|
.DS_Store
|
2017-09-07 04:25:53 +08:00
|
|
|
*.pth
|
|
|
|
src/
|
2017-08-18 07:00:27 +08:00
|
|
|
pw
|
|
|
|
*.o
|
|
|
|
*.ipynb
|
2021-07-15 14:27:14 +08:00
|
|
|
*.ipynb_checkpoints/
|
2017-08-18 07:00:27 +08:00
|
|
|
*.out
|
2017-08-24 07:07:12 +08:00
|
|
|
npz/
|
2017-09-24 16:33:41 +08:00
|
|
|
*.npy
|
2017-09-21 15:46:42 +08:00
|
|
|
dev/transfer.c
|
2017-09-24 16:33:41 +08:00
|
|
|
*.jpg
|
|
|
|
*.png
|
|
|
|
*.bmp
|
|
|
|
*.bak
|
|
|
|
*.zip
|
2017-11-04 21:21:36 +08:00
|
|
|
.*.swp
|
2017-10-02 16:14:50 +08:00
|
|
|
|
2020-12-02 05:00:32 +08:00
|
|
|
docs/apidoc
|
2017-10-02 16:14:50 +08:00
|
|
|
|
|
|
|
# vscode
|
|
|
|
.vscode/
|
2017-10-06 02:45:01 +08:00
|
|
|
|
2017-09-29 05:07:16 +08:00
|
|
|
# Physics
|
|
|
|
physics/*.txt
|
2017-10-04 07:03:17 +08:00
|
|
|
physics/*.json
|
|
|
|
# Physics assets
|
2017-10-22 08:58:41 +08:00
|
|
|
physics/models
|
|
|
|
|
|
|
|
*/events*
|
2017-11-03 15:10:20 +08:00
|
|
|
0_VRDemoSettings.txt
|
|
|
|
|
2020-04-12 01:05:45 +08:00
|
|
|
# VR
|
|
|
|
# This is the folder where the pyd files get put after setup.py builds gibson
|
|
|
|
Release
|
2017-11-03 15:10:20 +08:00
|
|
|
|
|
|
|
cnn_policy*
|
2017-11-07 09:31:21 +08:00
|
|
|
*ppo_policy*
|
2017-11-04 21:21:36 +08:00
|
|
|
checkpoint
|
2017-11-07 09:31:21 +08:00
|
|
|
*.log
|
2017-11-09 15:59:49 +08:00
|
|
|
*.log.*
|
|
|
|
*.model.*
|
2017-11-13 10:42:51 +08:00
|
|
|
examples/train/models/
|
|
|
|
|
2017-11-19 05:17:32 +08:00
|
|
|
log_*/
|
|
|
|
baselines/
|
2017-11-19 16:49:04 +08:00
|
|
|
aws/
|
2017-11-15 13:00:37 +08:00
|
|
|
monitor_*
|
|
|
|
comparison/
|
2017-11-15 17:12:39 +08:00
|
|
|
0.monitor.csvpaper/
|
|
|
|
0.monitor.csv
|
2017-11-30 06:57:53 +08:00
|
|
|
|
2017-12-30 23:57:58 +08:00
|
|
|
cvpr/
|
2018-02-05 04:44:23 +08:00
|
|
|
gibson/cpp-household
|
2017-11-30 06:57:53 +08:00
|
|
|
|
2017-11-30 07:43:56 +08:00
|
|
|
*.idea*
|
2017-11-30 06:57:53 +08:00
|
|
|
|
|
|
|
# Plotting
|
2017-12-02 14:28:27 +08:00
|
|
|
examples/scripts/plot*
|
|
|
|
|
2020-12-02 05:00:32 +08:00
|
|
|
# Models
|
2017-12-02 14:28:27 +08:00
|
|
|
nav_models
|
2018-02-06 07:46:14 +08:00
|
|
|
|
|
|
|
gibson/assets
|
2018-03-22 06:02:32 +08:00
|
|
|
*.pdf
|
2019-01-05 04:55:32 +08:00
|
|
|
.cache
|
2019-01-06 08:48:49 +08:00
|
|
|
notebook
|
2019-01-06 09:22:44 +08:00
|
|
|
build
|
2020-04-11 23:07:25 +08:00
|
|
|
dist
|
2020-11-08 23:34:50 +08:00
|
|
|
|
2021-07-15 14:27:14 +08:00
|
|
|
# Directories used for QC pipeline
|
2022-10-23 06:51:44 +08:00
|
|
|
omnigibson/utils/data_utils/mesh_decimation/collision
|
|
|
|
omnigibson/utils/data_utils/mesh_decimation/visual
|
|
|
|
omnigibson/utils/data_utils/mesh_decimation/final_videos
|
2021-07-15 14:27:14 +08:00
|
|
|
|
|
|
|
# libcryptopp
|
2022-10-23 06:51:44 +08:00
|
|
|
omnigibson/render/mesh_renderer/libcryptopp.so.8.6
|
2021-11-11 06:05:27 +08:00
|
|
|
|
|
|
|
# Coverage
|
2021-11-11 08:15:03 +08:00
|
|
|
.coverage
|
|
|
|
coverage.xml
|
2023-04-06 05:04:26 +08:00
|
|
|
|
|
|
|
# Doc
|
|
|
|
docs/reference
|
2024-07-18 03:22:15 +08:00
|
|
|
site/
|
|
|
|
|
|
|
|
# Tests of examples
|
|
|
|
tests/tests_of_examples
|