2 Revize ad664e0062 ... cf223427c3

Autor SHA1 Zpráva Datum
  zbc cf223427c3 add: integrated SDK API před 2 týdny
  zbc ad664e0062 add: integrated SDK API před 2 týdny
1 změnil soubory, kde provedl 29 přidání a 9 odebrání
  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