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 +```