You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%cd PaddleOCR/ppstructure
!python /content/PaddleOCR/ppstructure/table/predict_table.py --det_model_dir=inference/en_PP-OCRv3_det_infer --rec_model_dir=inference/en_ppocr_mobile_v2.0_table_rec_infer --table_model_dir=inference/en_ppocr_mobile_v2.0_table_structure_infer --image_dir=/content/drive/MyDrive/SSCL/Code/Table/image --rec_char_dict_path=../ppocr/utils/dict/table_dict.txt --table_char_dict_path=../ppocr/utils/dict/table_structure_dict.txt --det_limit_side_len=736 --det_limit_type=min --output ./content/drive/MyDrive/SSCL/Code/Table/output_paddle
error:
[Errno 2] No such file or directory: 'PaddleOCR/ppstructure'
/content/PaddleOCR/ppstructure/inference/PaddleOCR/ppstructure
Traceback (most recent call last):
File "/content/PaddleOCR/ppstructure/table/predict_table.py", line 230, in
main(args)
File "/content/PaddleOCR/ppstructure/table/predict_table.py", line 153, in main
table_sys = TableSystem(args)
File "/content/PaddleOCR/ppstructure/table/predict_table.py", line 67, in init
self.text_detector = predict_det.TextDetector(copy.deepcopy(
File "/content/PaddleOCR/tools/infer/predict_det.py", line 141, in init
self.predictor, self.input_tensor, self.output_tensors, self.config = utility.create_predictor(
File "/content/PaddleOCR/tools/infer/utility.py", line 199, in create_predictor
raise ValueError(
ValueError: not find model.pdmodel or inference.pdmodel in inference/en_PP-OCRv3_det_infer
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Description
Pcard-67010
Fix bug that can't find libssl.so when import paddle