zoukankan      html  css  js  c++  java
  • ./run.sh --indir examples/demo/ --outdir examples/results/ --vis

    (AlphaPose20180911) luo@luo-ThinkPad-W540:AlphaPose$ ./run.sh --indir examples/demo/ --outdir examples/results/ --vis
    0
    generating bbox from Faster RCNN...
    Loaded network ../output/res152/coco_2014_train+coco_2014_valminusminival/default/res152.ckpt
    /home/luo/Desktop/MyFile/MVIG-SJTU/AlphaPose20180911_3/AlphaPose/examples/demo/

    100%|█████████████████████████████████████████████| 3/3 [02:57<00:00, 59.02s/it]
    pose estimation with RMPE...
    Found Environment variable CUDNN_PATH = /usr/local/cuda/lib64/libcudnn.so.5/home/luo/torch/install/bin/luajit: /home/luo/torch/install/share/lua/5.1/trepl/init.lua:389: /home/luo/torch/install/share/lua/5.1/trepl/init.lua:389: /home/luo/torch/install/share/lua/5.1/cudnn/ffi.lua:1592: /usr/local/cuda/lib64/libcudnn.so.5: cannot open shared object file: No such file or directory
    stack traceback:
    [C]: in function 'error'
    /home/luo/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
    ...MVIG-SJTU/AlphaPose20180911_3/AlphaPose/predict/util.lua:12: in main chunk
    [C]: in function 'dofile'
    main-alpha-pose.lua:7: in main chunk
    [C]: in function 'dofile'
    .../luo/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
    [C]: at 0x00405d50
    Traceback (most recent call last):
    File "parametric-pose-nms-MPII.py", line 256, in <module>
    get_result_json(args)
    File "parametric-pose-nms-MPII.py", line 243, in get_result_json
    test_parametric_pose_NMS_json(delta1, delta2, mu, gamma,args.outputpath)
    File "parametric-pose-nms-MPII.py", line 99, in test_parametric_pose_NMS_json
    h5file = h5py.File(os.path.join(outputpath,"POSE/test-pose.h5"), 'r')
    File "/home/luo/anaconda3/envs/AlphaPose20180911/lib/python2.7/site-packages/h5py/_hl/files.py", line 312, in __init__
    fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
    File "/home/luo/anaconda3/envs/AlphaPose20180911/lib/python2.7/site-packages/h5py/_hl/files.py", line 142, in make_fid
    fid = h5f.open(name, flags, fapl=fapl)
    File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
    File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
    File "h5py/h5f.pyx", line 78, in h5py.h5f.open
    IOError: Unable to open file (unable to open file: name = '/home/luo/Desktop/MyFile/MVIG-SJTU/AlphaPose20180911_3/AlphaPose/examples/results/POSE/test-pose.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
    visualization...
    Traceback (most recent call last):
    File "json-video.py", line 63, in <module>
    with open(jsonpath) as f:
    IOError: [Errno 2] No such file or directory: '/home/luo/Desktop/MyFile/MVIG-SJTU/AlphaPose20180911_3/AlphaPose/examples/results/POSE/alpha-pose-results-forvis.json'
    (AlphaPose20180911) luo@luo-ThinkPad-W540:AlphaPose$ sudo vim /etc/profile
    [sudo] password for luo:
    (AlphaPose20180911) luo@luo-ThinkPad-W540:AlphaPose$
    (AlphaPose20180911) luo@luo-ThinkPad-W540:AlphaPose$
    (AlphaPose20180911) luo@luo-ThinkPad-W540:AlphaPose$

  • 相关阅读:
    Spring(八)-spring5框架新功能
    Spring(七)-事务操作
    Spring(五)-AOP
    Linux errno错误码
    思考:如何保证服务稳定性?
    CPU性能分析工具原理
    Oracle数据库url格式
    java对象的四种引用:强引用、软引用、弱引用和虚引用
    给老板汇报技术规划的要点
    后端程序员必备:分布式事务基础篇
  • 原文地址:https://www.cnblogs.com/herd/p/9630454.html
Copyright © 2011-2022 走看看