add devenv and devcontainer to manage environmnet
This commit is contained in:
0
src/isp/eb3516_video.c
Normal file → Executable file
0
src/isp/eb3516_video.c
Normal file → Executable file
0
src/isp/eb3516_video.h
Normal file → Executable file
0
src/isp/eb3516_video.h
Normal file → Executable file
0
src/log.conf
Normal file → Executable file
0
src/log.conf
Normal file → Executable file
8
src/main.cpp
Normal file → Executable file
8
src/main.cpp
Normal file → Executable file
@@ -36,10 +36,10 @@ int main(int argc, char** argv) {
|
||||
zlog_warn(log, "Can't Create log dir FOR %s", file_error.message().c_str());
|
||||
}
|
||||
|
||||
// eb3516VideoInit();
|
||||
// eb3516VideoStart();
|
||||
eb3516Yolov3Init("./coco_yolov3_detect.wk", "./dog_bike_car_416x416.bgr");
|
||||
eb3516Yolov3Exit();
|
||||
eb3516VideoInit();
|
||||
eb3516VideoStart();
|
||||
// eb3516Yolov3Init("./coco_yolov3_detect.wk", "./dog_bike_car_416x416.bgr");
|
||||
// eb3516Yolov3Exit();
|
||||
|
||||
zlog_fini();
|
||||
|
||||
|
||||
0
src/my_common.h
Normal file → Executable file
0
src/my_common.h
Normal file → Executable file
0
src/nnie/eb3516_nnie.c
Normal file → Executable file
0
src/nnie/eb3516_nnie.c
Normal file → Executable file
0
src/nnie/eb3516_nnie.h
Normal file → Executable file
0
src/nnie/eb3516_nnie.h
Normal file → Executable file
0
src/nnie/sample_svp_nnie_software.c
Normal file → Executable file
0
src/nnie/sample_svp_nnie_software.c
Normal file → Executable file
0
src/nnie/sample_svp_nnie_software.h
Normal file → Executable file
0
src/nnie/sample_svp_nnie_software.h
Normal file → Executable file
Reference in New Issue
Block a user