An open API service indexing awesome lists of open source software.

https://github.com/vida-nyu/3d-memory


https://github.com/vida-nyu/3d-memory

Last synced: 2 months ago
JSON representation

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
```