1 Star 0 Fork 0

阙文强/Prometheus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
compile_detection.sh 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
# compile common message
catkin_make --source Modules/common/msgs --build build/msgs
# compile object_detection
catkin_make --source Modules/object_detection --build build/object_detection
if [ ! -f "Modules/object_detection_landing/CMakeLists.txt" ]; then
# submodule object_detection_landing not exist, skip it
echo -e "\e[32m[INFO] SUBMODULE\e[0m \e[33mobject_detection_landing\e[0m \e[32mNOT EXIST, Skip it!\e[0m"
else
echo -e "\e[32m[INFO] COMPILE \e[33mobject_detection_landing\e[0m \e[32m...\e[0m"
# compile object_detection_landing
catkin_make --source Modules/object_detection_landing --build build/object_detection_landing
fi
if [ ! -f "Modules/object_detection_yolov5openvino/CMakeLists.txt" ]; then
# submodule object_detection_yolov5openvino not exist, skip it
echo -e "\e[32m[INFO] SUBMODULE\e[0m \e[33mobject_detection_yolov5openvino\e[0m \e[32mNOT EXIST, Skip it!\e[0m"
else
echo -e "\e[32m[INFO] COMPILE \e[33mobject_detection_yolov5openvino\e[0m \e[32m...\e[0m"
# compile object_detection_landing
catkin_make --source Modules/object_detection_yolov5openvino --build build/object_detection_yolov5openvino
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wqque/Prometheus.git
git@gitee.com:wqque/Prometheus.git
wqque
Prometheus
Prometheus
master

搜索帮助