AhmedKhaled945

Results 25 comments of AhmedKhaled945

Hello everyone, i just wanted to ask, i have trained my OCR model on 4850 training photo, with variable sequences of characters with their ground truths i had the inf...

Thanks for the reply, in my case it was a problem of image dimensions vs sequence length the image width should be at least 2n-1 if the sequence length is...

yes as a minimum, if i want to detect a sequence with max length 30 for example, then input width should at least, be 61, can be more. On Fri,...

Thanks for the reply, I did this exactly, passed my weights to the -c argument, -f as my exp file, and video as my path argument, detector work correctly ,...

I am using mc_demo, okay will check the threshold, thanks

When i try this, the editing mode don't exit, after i choose the value from the drop down, it doesn't write it to the cell, and then revert back, this...

@shrektan Hello, is this still the case?

@yihui This is the example found, tried to tweak it to implement dependent filters, i think there is a way but somehow it is not working as expected, it gives...

so the format of the data argument should be something like this ```r list(col1 = factors of col1, col2 = (lower_limit, upper_limit) for a range, ...etc) ``` and so on?