删除文件 main.cc
parent
7030405a97
commit
f13bbe7a2f
16
main.cc
16
main.cc
|
@ -1,16 +0,0 @@
|
||||||
#include "yolo.h"
|
|
||||||
#include "depthProcess.h"
|
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
|
||||||
|
|
||||||
// initialize yolo
|
|
||||||
Yolo detector = Yolo(modelPath);
|
|
||||||
// initialize depthProcessor
|
|
||||||
DepthProcess depthProcessor = DepthProcess(mk);
|
|
||||||
// read image
|
|
||||||
// read depth
|
|
||||||
// do object detection (new thread)
|
|
||||||
// do depth process
|
|
||||||
// get boxes and do obstacleRecognize
|
|
||||||
}
|
|
Loading…
Reference in New Issue