aspaul20

Results 8 comments of aspaul20

Running the following command shows that mmcv 2.1.0 was installed but when I import it and check the version, it shows 2.2.0 (???) and the error persists. ` mim install...

Thanks for replying. I am not planning to use the compiler, I will use the library to implement the model. Is [this](https://github.com/Xilinx/finn-hlslib/blob/30c9b8804c7c2f2fe7cca20cbea251518c639ac5/slidingwindow.h#L1837) the variant you're referring to? Also, other than...

> when using `slideing window` op, how to avoid word fragmentation? Word fragmentation can be minimized with adjusting the stride values and a postprocessing step where adjacent detections are merged....

> hi @aspaul20, maybe you need to add the post-processing part as well to avoid individual words being separated. Hi @GreatV, added a fix for word fragmentation ![test](https://github.com/PaddlePaddle/PaddleOCR/assets/87422803/dd8227f8-7bd4-4591-8b75-bd3382ba6290)

> I haven't tested it yet, I'm more curious if this fix is valid for the following picture? > > ![2405 04788v1_1](https://private-user-images.githubusercontent.com/17264618/333070582-549c8c31-68ad-4176-92ca-4d8d63133974.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTY0NTI2NDMsIm5iZiI6MTcxNjQ1MjM0MywicGF0aCI6Ii8xNzI2NDYxOC8zMzMwNzA1ODItNTQ5YzhjMzEtNjhhZC00MTc2LTkyY2EtNGQ4ZDYzMTMzOTc0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTIzVDA4MTkwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZjMjIzMTJjMzczYTM2ZDE1ZjVlMjk0YjY0NWNiM2U1NjNlNTc5NDU0NWQ0MzA2ZGMxYzg0NTE2YTNjZGYwNzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.BF9OqzwISQqVrkkW5277v0BwUWI3sD5rnFniJad--UE) Sure, here's what the output looks like for...

> @aspaul20, This looks great! I'll take some time to review the code further. In the meantime, could you add some documentation to help users understand how to use `slice`...

@jingsongliujing I believe I am finetuning the model. See config line: ` pretrained_model: weights/ch/ch_PP-OCRv4_rec_train/student`

> > @jingsongliujing I believe I am finetuning the model. See config line: ` pretrained_model: weights/ch/ch_PP-OCRv4_rec_train/student` > > have you solved this issue? if so how? Yes but not with...