<div class="blogpost-body" id="cnblogs_post_body">
<p>#https://www.tensorflow.org/install/install_linux#ValidateYourInstallation</p>
<p>#https://github.com/MVIG-SJTU/AlphaPose</p>
<p>#https://github.com/torch/distro</p>
<p>gbt@gbt-Precision-7720:~$ <br>gbt@gbt-Precision-7720:~$ cd MVIG-SJTU<br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ ls<br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ git clone https://github.com/MVIG-SJTU/AlphaPose.git<br>正克隆到 'AlphaPose'...<br>remote: Counting objects: 1921, done.<br>remote: Compressing objects: 100% (152/152), done.<br>remote: Total 1921 (delta 120), reused 106 (delta 47), pack-reused 1722<br>接收对象中: 100% (1921/1921), 98.47 MiB | 870.00 KiB/s, 完成.<br>处理 delta 中: 100% (693/693), 完成.<br>检查连接... 完成。<br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ ls<br>AlphaPose<br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU$ cd AlphaPose<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ ls<br>doc fetch_models.sh install.sh PoseFlow README.md train<br>examples human-detection LICENSE predict run.sh<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose$ cd human-detection<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ ls<br>docker experiments lib LICENSE README.md requirements.txt tools<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection$ cd lib<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ ls<br>datasets Makefile nets nms setup.py<br>layer_utils model newnms roi_data_layer utils<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ <br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ make clean<br>rm -rf */*.pyc<br>rm -rf */*.so<br>gbt@gbt-Precision-7720:~/MVIG-SJTU/AlphaPose/human-detection/lib$ make<br>python2 setup.py build_ext --inplace<br>running build_ext<br>cythoning utils/bbox.pyx to utils/bbox.c<br>building 'utils.cython_bbox' extension<br>creating build<br>creating build/temp.linux-x86_64-2.7<br>creating build/temp.linux-x86_64-2.7/utils<br>{'gcc': ['-Wno-cpp', '-Wno-unused-function']}<br>x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/home/gbt/.local/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c utils/bbox.c -o build/temp.linux-x86_64-2.7/utils/bbox.o -Wno-cpp -Wno-unused-function<br>x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/utils/bbox.o -o /home/gbt/MVIG-SJTU/AlphaPose/human-detection/lib/utils/cython_bbox.so<br>cythoning utils/nms.pyx to utils/nms.c<br>building 'utils.cython_nms' extension<br>{'gcc': ['-Wno-cpp', '-Wno-unused-function']}<br>x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/home/gbt/.local/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c utils/nms.c -o build/temp.linux-x86_64-2.7/utils/nms.o -Wno-cpp -Wno-unused-function<br>x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/utils/nms.o -o /home/gbt/MVIG-SJTU/Alp |
|