Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Summary
|
2 |
+
This is the dataset proposed in our paper "**SceneTracker: Long-term Scene Flow Estimation Network**".
|
3 |
+
|
4 |
+
# Paper
|
5 |
+
[https://arxiv.org/pdf/2403.19924](https://arxiv.org/pdf/2403.19924)
|
6 |
+
|
7 |
+
# Project & Code
|
8 |
+
[https://github.com/wwsource/SceneTracker](https://github.com/wwsource/SceneTracker)
|
9 |
+
|
10 |
+
# Download
|
11 |
+
You can also download each file by wget, for instance:
|
12 |
+
```
|
13 |
+
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/test.tar.gz
|
14 |
+
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/train00
|
15 |
+
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/train01
|
16 |
+
...
|
17 |
+
wget https://huggingface.co/datasets/wwcreator/LSFOdyssey/resolve/main/train22
|
18 |
+
```
|
19 |
+
|
20 |
+
# Usage
|
21 |
+
You can get LSFOdyssey test dataset by
|
22 |
+
```
|
23 |
+
tar xvzf test.tar.gz
|
24 |
+
```
|
25 |
+
|
26 |
+
You can get LSFOdyssey train dataset by
|
27 |
+
```
|
28 |
+
cat train* > train.tar.gz
|
29 |
+
tar xvzf train.tar.gz
|
30 |
+
```
|