https://github.com/prs-eth/t4dt
[BMVC2022] Code for paper "Tensorizing 4D Visual Data Along Temporal Dimension"
https://github.com/prs-eth/t4dt
Last synced: about 1 year ago
JSON representation
[BMVC2022] Code for paper "Tensorizing 4D Visual Data Along Temporal Dimension"
- Host: GitHub
- URL: https://github.com/prs-eth/t4dt
- Owner: prs-eth
- Created: 2022-06-09T23:22:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T11:54:35.000Z (almost 4 years ago)
- Last Synced: 2025-07-01T22:51:22.598Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.59 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T4DT: Tensorizing Time for Learning Temporal 3D Visual Data
Tenzorising 4D Visual Data (3D TSDFs + temporal component) for smaller footprint
## Build C++ extensions for MSDM2 metric
First you need to make sure you have installed dependencies:
1. CGAL
2. boost
3. Eigen
```
cd src
mkdir build
cmake ..
make
```
## Example Usage
```
sample code snippet here
```