Commit d7ffc567 authored by yangql's avatar yangql
Browse files

updating

parent 722c11a7
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
FROM image.sourcefind.cn:5000/dcu/admin/base/custom:ort1.14.0_migraphx3.0.0-dtk22.10.1
FROM image.sourcefind.cn:5000/dcu/admin/base/migraphx:4.3.0-ubuntu20.04-dtk24.04.1-py3.10
RUN source /opt/dtk/env.sh
......@@ -2,7 +2,7 @@
#define __OCR_ANGLENET_H__
#include "OcrStruct.h"
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime_cxx_api.h>
#include <opencv2/opencv.hpp>
class AngleNet {
......
......@@ -2,7 +2,7 @@
#define __OCR_CRNNNET_H__
#include "OcrStruct.h"
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime_cxx_api.h>
#include <opencv2/opencv.hpp>
class CrnnNet {
......
......@@ -2,7 +2,7 @@
#define __OCR_DBNET_H__
#include "OcrStruct.h"
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime_cxx_api.h>
#include <opencv2/opencv.hpp>
class DbNet {
......
......@@ -2,7 +2,7 @@
#define __OCR_LITE_H__
#include <opencv2/opencv.hpp>
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime_cxx_api.h>
#include "OcrStruct.h"
#include "DbNet.h"
#include "AngleNet.h"
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -3,7 +3,7 @@
#include <opencv2/opencv.hpp>
#include "OcrStruct.h"
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime_cxx_api.h>
#include <numeric>
#include <sys/stat.h>
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
./3rdParty/opencv-3.4.11_mini.tar.gz
opencv-python
pyclipper
shapely
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment