1 Star 0 Fork 0

pauleta/FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
pre_commit_hook=".git/hooks/pre-commit"
if test ! -L $pre_commit_hook;
then
rm -rf $pre_commit_hook
ln -s ../../tools/pre-commit-code-style.sh $pre_commit_hook
echo "link $pre_commit_hook to code style check"
fi
echo "git submodule update"
git submodule sync
git submodule init
git submodule update
echo "Generating configure files"
autoreconf -i
# Run twice to get around a "ltmain.sh" bug
autoreconf --install --force
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pauleta/FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019.git
git@gitee.com:pauleta/FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019.git
pauleta
FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019
FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385