File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 pip install -r requirements.txt
2727 pip install pytest
28-
29- wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
30- wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/obj_det_quantized.zip
31- wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/edge_det_quantized.zip
32- unzip cls_det.zip
33- unzip obj_det_quantized.zip
34- unzip edge_det_quantized.zip
35- mv *.onnx rapid_table_det/models/
36-
3728 pytest tests/test_table_det.py
3829
3930 GenerateWHL_PushPyPi :
5445 pip install -r requirements.txt
5546 python -m pip install --upgrade pip
5647 pip install wheel get_pypi_latest_version
57-
58- wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
59- wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/obj_det_quantized.zip
60- wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/edge_det_quantized.zip
61- unzip cls_det.zip
62- unzip obj_det_quantized.zip
63- unzip edge_det_quantized.zip
64- mv *.onnx rapid_table_det/models/
6548 python setup_rapid_table_det.py bdist_wheel "${{ github.ref_name }}"
6649
6750 - name : Publish distribution 📦 to PyPI
You can’t perform that action at this time.
0 commit comments