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

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"

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