# C4-JianXin.Wu **Repository Path**: bairuiworld/C4-JianXin.Wu ## Basic Information - **Project Name**: C4-JianXin.Wu - **Description**: JianXin.Wu论文的代码 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2014-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这是JianXin.Wu的的代码. ####1. 在Linux下使用,需要安装opencv. ####2. 修改.deps中的opencv路径,使用make命令便可以编译. ####3. 之后运行./detect命令便可运行. ####4. 当前正在看这个代码. 原文的README如下: > This software is accompanying the paper Real-Time Human Detection Using Contour Cues [pdf] Jianxin Wu, Christopher Geyer, and James M. Rehg The 2011 IEEE International Conference on Robotics and Automation May 9-11, Shanghai, China, 2011. You are free to use it for Non-Commercial purposes, e.g. research and academics. However, please note that this software is provided "as-is", without any guarantee (explicit or implied). This software is developped and tested under Ubuntu -- make sure you have GNU make and g++ installed (version >=4.4). You also need to have the OpenCV package installed (thus also pkg-config). Then simply run "make" in the software's directory and you will be able to run the "./detect" command. For more information, please read the paper and comments in the code. -- Jianxin Wu -- jxwu@ntu.edu.sg / wujx2001@gmail.com -- http://c2inet.sce.ntu.edu.sg/Jianxin/index.html