"...ops/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "02507eee473a5abe4601d19edac1359a6787fa94"
Commit d49cb9ef authored by ReGuess's avatar ReGuess Committed by Hongkun Yu
Browse files

Update vid2depth/README.md: use raw.githubcontent (#7881)

The wget command for the KITTI dataset in the currently downloads the html for GitHub's fancy display of the text file. This change fixes that so it instead downloads the raw txt file (no more trying to resolve host '<')
parent 0effd158
...@@ -50,7 +50,7 @@ git clone --depth 1 https://github.com/tensorflow/models.git ...@@ -50,7 +50,7 @@ git clone --depth 1 https://github.com/tensorflow/models.git
```shell ```shell
mkdir -p ~/vid2depth/kitti-raw-uncompressed mkdir -p ~/vid2depth/kitti-raw-uncompressed
cd ~/vid2depth/kitti-raw-uncompressed cd ~/vid2depth/kitti-raw-uncompressed
wget https://github.com/mrharicot/monodepth/blob/master/utils/kitti_archives_to_download.txt wget https://raw.githubusercontent.com/mrharicot/monodepth/master/utils/kitti_archives_to_download.txt
wget -i kitti_archives_to_download.txt wget -i kitti_archives_to_download.txt
unzip "*.zip" unzip "*.zip"
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment