|
--- |
|
size_categories: |
|
- 100B<n<1T |
|
--- |
|
# Summary |
|
This is the dataset proposed in our paper "**SceneTracker: Long-term Scene Flow Estimation Network**". |
|
|
|
# Paper |
|
[https://arxiv.org/pdf/2403.19924](https://arxiv.org/pdf/2403.19924) |
|
|
|
# Project & Code |
|
[https://github.com/wwsource/SceneTracker](https://github.com/wwsource/SceneTracker) |
|
|
|
# Download |
|
You can download each file by wget, for instance: |
|
``` |
|
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/test.tar.gz |
|
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/train00 |
|
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/train01 |
|
... |
|
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/train22 |
|
``` |
|
|
|
# Usage |
|
You can get LSFOdyssey test dataset by |
|
``` |
|
tar xvzf test.tar.gz |
|
``` |
|
|
|
You can get LSFOdyssey train dataset by |
|
``` |
|
cat train* > train.tar.gz |
|
tar xvzf train.tar.gz |
|
``` |