Skip to content

Commit b1a199c

Browse files
Update README.md
Removing requirement to download the test video since it is already in the Test folder in the repo.
1 parent bf0fe01 commit b1a199c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

VisionPilot/SDV/OpenADKit/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ VisionPilot demos with Open AD Kit containers.
66

77
- Docker
88

9-
- Download the [Traffic Driving video](https://drive.google.com/file/d/1_mFCpsKkBrotVUiv_OIZi1B6Fd3UXUG3/view?usp=drive_link) to use as input for the demos and place it in the `Test` directory with the name `traffic-driving.mp4`. Below script will do this for you:
10-
11-
```bash
12-
mkdir -p Test
13-
curl "https://drive.usercontent.google.com/download?id=1_mFCpsKkBrotVUiv_OIZi1B6Fd3UXUG3&confirm=xxx" -o Test/traffic-driving.mp4
14-
```
9+
- You will find an example video in the Test folder [Traffic Driving video](https://drive.google.com/file/d/1_mFCpsKkBrotVUiv_OIZi1B6Fd3UXUG3/view?usp=drive_link) to use as input for the demos.
1510

1611
### Building the Docker image from scratch
1712

0 commit comments

Comments
 (0)