File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 3636 DIR_NAME=${ZIP_NAME%.*}
3737 unzip $DIR_NAME
3838 cp $DIR_NAME/*.onnx rapid_layout/models/
39- cd python/rapid_structure
4039 pip install -r requirements.txt
4140 pytest tests/test_layout.py
4241
4948
5049 - name : Run setup
5150 run : |
52- cd python/rapid_structure
5351 pip install -r requirements.txt
5452 wget $RESOURCES_URL
5553 ZIP_NAME=${RESOURCES_URL##*/}
Original file line number Diff line number Diff line change 3434 unzip $ZIP_NAME
3535 rm rapid_orientation/models/.gitkeep
3636 mv $DIR_NAME/*.onnx rapid_orientation/models/
37- cd python/rapid_structure
3837 pip install -r requirements.txt
3938 cd tests
4039 pytest test_orientation.py
5453
5554 - name : Run setup
5655 run : |
57- cd python/rapid_structure
5856 pip install -r requirements.txt
5957 wget $RESOURCES_URL
6058 ZIP_NAME=${RESOURCES_URL##*/}
Original file line number Diff line number Diff line change 3636 DIR_NAME=${ZIP_NAME%.*}
3737 unzip $DIR_NAME
3838 cp $DIR_NAME/*.onnx rapid_table/models/
39- cd python/rapid_structure
4039 pip install -r requirements.txt
4140 pip install rapidocr_onnxruntime
4241 pytest tests/test_table.py
5655
5756 - name : Run setup
5857 run : |
59- cd python/rapid_structure
6058 pip install -r requirements.txt
6159 wget $RESOURCES_URL
6260 ZIP_NAME=${RESOURCES_URL##*/}
You can’t perform that action at this time.
0 commit comments