Datasets:
| # =============================== | |
| # Large dataset files (DO NOT git) | |
| # =============================== | |
| images/ | |
| rgb/ | |
| depth/ | |
| depths/ | |
| masks/ | |
| seg/ | |
| nocs/ | |
| normal/ | |
| pointclouds/ | |
| pcd/ | |
| *.png | |
| *.jpg | |
| *.jpeg | |
| *.tiff | |
| *.exr | |
| *.npz | |
| *.npy | |
| *.h5 | |
| *.hdf5 | |
| *.bin | |
| *.tar | |
| *.tar.gz | |
| *.zip | |
| # =============================== | |
| # Generated / cache | |
| # =============================== | |
| __pycache__/ | |
| *.log | |
| *.tmp | |
| .cache/ | |
| .ipynb_checkpoints/ | |
| # =============================== | |
| # OS / Editor | |
| # =============================== | |
| .DS_Store | |
| Thumbs.db | |
| .idea/ | |
| .vscode/ | |
| # =============================== | |
| # Secrets | |
| # =============================== | |
| *.key | |
| *.pem | |
| *.env | |
| *.obj |