fujiankuan 5b0c4e1846 first commit 5 лет назад
..
app 5b0c4e1846 first commit 5 лет назад
include 5b0c4e1846 first commit 5 лет назад
params 5b0c4e1846 first commit 5 лет назад
proto 5b0c4e1846 first commit 5 лет назад
src 5b0c4e1846 first commit 5 лет назад
CMakeLists.txt 5b0c4e1846 first commit 5 лет назад
readme.md 5b0c4e1846 first commit 5 лет назад
run.sh 5b0c4e1846 first commit 5 лет назад

readme.md

Build

  1. cd source dir
  2. mkdir build & cmake .. & make -j12

    Run

  3. cd source dir

  4. sh run.sh

    Detailed description

  5. this is a vision project, which contain stereo match and detectioin of vision.

  6. the stereo match is used sgm algorithm, the detection of vision is used centernet and yolo-v3 algorithm

  7. some yaml files in dir of params,you can change the front_vision.yaml and the file of front_vision.yaml contains files to Configure some startup items.

  8. the stereo match algorithm can obtain three-dimensional information, the detection algorithm can obtain obstacles and ground marking on pixel coordinates.

  9. the project also contain a sample fusion algorithm, whith combines 3D information and pixel information.

  10. for center net detection algorithm, you need to change the onnx mode path in params/cneter_net_mark_ground.prototxt, make sure the program can find the file.