2 커밋 ad664e0062 ... cf223427c3

작성자 SHA1 메시지 날짜
  zbc cf223427c3 add: integrated SDK API 3 주 전
  zbc ad664e0062 add: integrated SDK API 3 주 전
1개의 변경된 파일29개의 추가작업 그리고 9개의 파일을 삭제
  1. 29 9
      README.md

+ 29 - 9
README.md

@@ -1,18 +1,38 @@
 # Welding-Parts-Anomaly-Detection
-1 demo code
+
+This project focuses on anomaly detection in welding parts using Superpoint and Superglue models. The repository includes both demo code and SDK code, along with instructions for setting up the Conda environment.
+
+## Steps to Run
+
+### 1. Run Demo Code
+To execute the demo code, run the following command:
+```
 python demo.py
+```
 
-2 SDK code
+### 2. Run SDK Code
+To execute the SDK code, run the following command:
+```
 python test.py
+```
 
-3 conda env install
+### 3. Conda Environment Setup
+To set up the environment, run the following commands:
+```
 conda create -n superpoint_and_superglue python=3.8
 pip install -r requirements.txt
+```
+
+### 4. Data and Code Location
+- **Server URL**: `192.168.20.250`
+- **Directory**: `/data/liudan/superpoint_superglue_deployment`
+- **Conda Environment Name**: `superpoint_and_superglue`
+
+## Code Maintainers
+- Liudan
+- Fengyang
+- Zhengbochao
+
+For further assistance, please contact the code maintainers.
 
-4 data and code location
-url:192.168.20.250
-directory:/data/liudan/superpoint_superglue_deployment
-conda env name: superpoint_and_superglue
 
-code maintainer:
-liudan, fengyang, zhengbochao