https://github.com/vida-nyu/3d-memory
https://github.com/vida-nyu/3d-memory
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vida-nyu/3d-memory
- Owner: VIDA-NYU
- Created: 2023-06-12T14:36:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T01:53:25.000Z (12 months ago)
- Last Synced: 2025-01-24T15:36:32.948Z (4 months ago)
- Language: Python
- Size: 92.8 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3d-memory
## Start the app
First, start the frame synchornizer which synchornizes the rgb frame, depth frame and detic result by:
```
python frame_synchornize.py run
```Then, start the 3d memory by:
```
python 3d_memory.py run
```