liuyuqi-dellpc 7 years ago
parent
commit
83e157feb1
2 changed files with 7 additions and 3 deletions
  1. 4 0
      README.md
  2. 3 3
      src/VS/labelData.cpp

+ 4 - 0
README.md

@@ -23,6 +23,10 @@ src/python
 安装依赖:   
 pip install -r requirements.txt 
 
+下载数据,然后解压放到input目录中。    
+20170905_preliminary.zip    
+20170907_hint.zip   
+
 项目是一个个单一文件组合而成,执行顺序:    
 src\python\main.py  导入数据,数据初始化等操作。   
 src\python\plot1.py       

+ 3 - 3
src/VS/labelData.cpp

@@ -1,6 +1,6 @@
-#include <iostream>
-#include <sstream>
-#include <vector>
+#include <iostream.h>
+#include <sstream.h>
+#include <vector.h>
 // "D:\Program-Files\opencv\build\include\opencv2\opencv.hpp"
 #include <opencv2/opencv.hpp>
 using namespace std;