Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,8 @@ Simply clone this repository and unzip the dataset files.
|
|
| 25 |
git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Benchmark
|
| 26 |
cd AerialExtreMatch-Benchmark
|
| 27 |
unzip "*.zip"
|
|
|
|
|
|
|
| 28 |
```
|
| 29 |
|
| 30 |
TODO: provide a python example.
|
|
|
|
| 25 |
git clone git@hf.co:datasets/Xecades/AerialExtreMatch-Benchmark
|
| 26 |
cd AerialExtreMatch-Benchmark
|
| 27 |
unzip "*.zip"
|
| 28 |
+
rm -rf *.zip
|
| 29 |
+
rm -rf .git
|
| 30 |
```
|
| 31 |
|
| 32 |
TODO: provide a python example.
|