From a3fb458265d35596ebd151ca4b9863791589f980 Mon Sep 17 00:00:00 2001 From: Yuki-Kokomi Date: Sun, 13 Oct 2024 16:07:17 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8412d8a..04e0124 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ conda install -c conda-forge pythonocc-core=7.5.1 Afterwards, you can convert the OpenECAD Python files to STEP files. Before using them, make sure to remove any non-code parts generated by the model. -```python +```shell python py2step.py --src -o ``` + +We provide test cases at https://huggingface.co/datasets/Yuki-Kokomi/OpenECADv2-Datasets/blob/main/OpenECADv2_EvaluationExamples.zip, which include input images, corresponding reference code, the code results generated by us, and a Python script used to compare the reference code with the generated code and assign scores. To get the score: + +```shell +python check_scores.py --gen --ans --output +```