加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
download_caffe_models.sh 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
sudo rm -rf flownet2-docker
sudo git clone https://github.com/lmb-freiburg/flownet2-docker
cd flownet2-docker
sudo sed -i '$ a RUN apt-get update && apt-get install -y python-pip \
RUN pip install --upgrade pip \
RUN pip install numpy -I \
RUN pip install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp27-cp27mu-manylinux1_x86_64.whl \
RUN pip install cffi ipython' Dockerfile
sudo make
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化