rudra0713

Results 20 comments of rudra0713

I prepared two sequences following your format, Here's an example: {'a': ['Everyone', 'should', 'not', 'be', 'happy', '.'], 'b': ["you're", 'right']} After printring tokens in add_special_tokens_with_seqs function in utils.py, I got...

After adding this print, this is what I have found if the Mode in the preprocessing function is 'train' or 'eval', the output of example aligns with what you mentioned,...

Hi, has this issue been resolved? I am trying the following command: ` python3 table/predict_table.py --image_dir=/scratch/rrs99/PaddleOCR/ppstructure/page_4.jpg \ --det_limit_side_len=736 \ --rec_model_dir=/scratch/rrs99/PaddleOCR/ppstructure/inference/en_ppocr_mobile_v2.0_table_rec_infer \ --table_model_dir=/scratch/rrs99/PaddleOCR/ppstructure/inference/en_ppocr_mobile_v2.0_table_structure_infer \ --det_model_dir=/scratch/rrs99/PaddleOCR/ppstructure/inference/en_ppocr_mobile_v2.0_table_det_infer \ --rec_char_dict_path=/scratch/rrs99/PaddleOCR/ppocr/utils/dict/table_dict.txt \ --table_char_dict_path=/scratch/rrs99/PaddleOCR/ppocr/utils/dict/table_structure_dict.txt \ --det_limit_type=min...

Thanks for your help. I have solved most of the issues . However, npm run build command is giving error . > babel ./bin/epub-search --presets babel-preset-es2015 --out-file ./dist/bin/e pub-search &&...

Hi, has this issue been resolved? I am trying the following command: ` python3 table/predict_table.py --image_dir=/scratch/rrs99/PaddleOCR/ppstructure/page_4.jpg \ --det_limit_side_len=736 \ --rec_model_dir=/scratch/rrs99/PaddleOCR/ppstructure/inference/en_ppocr_mobile_v2.0_table_rec_infer \ --table_model_dir=/scratch/rrs99/PaddleOCR/ppstructure/inference/en_ppocr_mobile_v2.0_table_structure_infer \ --det_model_dir=/scratch/rrs99/PaddleOCR/ppstructure/inference/en_ppocr_mobile_v2.0_table_det_infer \ --rec_char_dict_path=/scratch/rrs99/PaddleOCR/ppocr/utils/dict/table_dict.txt \ --table_char_dict_path=/scratch/rrs99/PaddleOCR/ppocr/utils/dict/table_structure_dict.txt \ --det_limit_type=min...

@maszhongming I checked the Presumm model's github page and they have released several trained models. For your implementation, did you use one of these models or did you train a...

Thanks for your comment @Yquetzal. Just to double-check, edge labels can simply be a color for each edge from a set of colors. For example, each edge can be colored...

Hi @larsvoigt , I am trying to search for some Bangla (Bengali language ) content in an epub. I think there is no problem in indexing the epub but when...

Hi @v1nc3nt27 1. Thanks for confirming. 2. Regarding Point 2 of your answer, I understand that code will create a classification layer based on the number of classes in my...