From d784f2d1aa94521769b2d6a090427a58a4a89199 Mon Sep 17 00:00:00 2001 From: lizz Date: Wed, 8 Jul 2020 11:30:21 +0800 Subject: [PATCH] update link Signed-off-by: lizz --- README.md | 7 +++---- zzdenseflow.sh | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a67291..bc5fc40 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you compile from source, please make sure that they are compiled using the sa Verified on Ubuntu 18.04 -Updated: Dec 31, 2019 +Updated: July 8, 2020 ### libs @@ -177,7 +177,7 @@ Updated: Dec 31, 2019 - [sshpass](https://github.com/innerlee/sshpass) (support 2-step verification) - depends on: `oathtool`, `autoconf` - install script: [`./zzsshpass.sh`](zzsshpass.sh) -- [denseflow](https://github.com/innerlee/denseflow) (extract frames, optical flow, resize, and more!) +- [denseflow](https://github.com/open-mmlab/denseflow) (extract frames, optical flow, resize, and more!) - depends on: `boost`, `opencv` - install script: [`./zzdenseflow.sh`](zzdenseflow.sh) - [wslssh.bat](wslssh.bat) (use ssh of wsl in win10, no installation, `.bat` script as is) @@ -296,7 +296,7 @@ UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP. -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives -I CHARSET specify a character encoding for UNIX and other archives ... - + unzip -O GB18030 gb18030.zip -d target_dir ``` @@ -312,4 +312,3 @@ sudo dpkg-reconfigure locales - **Q**: moov atom not found :(
**A**: Use https://github.com/anthwlock/untrunc to fix it. - diff --git a/zzdenseflow.sh b/zzdenseflow.sh index 080507e..73a2833 100755 --- a/zzdenseflow.sh +++ b/zzdenseflow.sh @@ -6,7 +6,7 @@ ROOTDIR=${ZZROOT:-$HOME/app} NAME="denseflow" TYPE=".tar.gz" FILE="$NAME$TYPE" -DOWNLOADURL="https://codeload.github.com/innerlee/denseflow/tar.gz/master" +DOWNLOADURL="https://codeload.github.com/open-mmlab/denseflow/tar.gz/master" echo $NAME will be installed in "$ROOTDIR" echo Dependency: boost, opencv