aspaul20
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 
> I haven't tested it yet, I'm more curious if this fix is valid for the following picture? > >  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...