GraphCanon updated 3w · GitHub synced 3w
Decision brief
3D-Mem excels in environments where embodied AI needs spatial intelligence for exploration and reasoning in 3D scenes.
Good fit when
- Use if your project involves embodied AI systems that require detailed scene understanding in 3D
- Choose this tool when working with tasks like navigation or object manipulation based on 3D scene comprehension
Avoid when
- Avoid for environments where 2D image analysis suffices over deeper 3D spatial reasoning
- This may not be suitable if real-time performance is more critical than the richness of 3D scene intelligence
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (302d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install 3D-Mem PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A repository that provides source codes for implementing 3D-Mem: 3D Scene Memory for Embodied Exploration and Reasoning; focuses on generating and utilizing spatial intelligence in scenes to enhance embodied AI systems.
Capability facts
- Languages
- python
Source: github.language · Aug 1, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 1, 2026)
Set up the conda environment (Linux, Python 3.9):Source link
Tags
README
Installation
Set up the conda environment (Linux, Python 3.9):
conda create -n 3dmem python=3.9 -y && conda activate 3dmem
pip install torch==2.0.1 torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
conda install -c conda-forge -c aihabitat habitat-sim=0.2.5 headless faiss-cpu=1.7.4 -y
conda install https://anaconda.org/pytorch3d/pytorch3d/0.7.4/download/linux-64/pytorch3d-0.7.4-py39_cu118_pyt201.tar.bz2 -y
pip install omegaconf==2.3.0 open-clip-torch==2.26.1 ultralytics==8.2.31 supervision==0.21.0 opencv-python-headless==4.10.* \
scikit-learn==1.4 scikit-image==0.22 open3d==0.18.0 hipart==1.0.4 openai==1.35.3 httpx==0.27.2
For agents
This page has a .md twin and JSON over the API.