amit

Results 12 comments of amit
trafficstars

I have a PNG file size 93.56kb (1694x2245) The output PNG is of size 1312.64kb. Is there a way to keep the compression size of the image so it won't...

no, it turns out there are many png engines with different optimisations. I think what is used by deskew is just a not very efficient one. I've ended up repack...

@Shreeshrii thanks for replaying. I'm not sure i understand the answers to original I'm using tesseract 4 with LSTM. 1) Was "Hebrew" tessdata produced by combining "heb" and "eng" traineddata...

Hi @alexec Are you planning to implement this one? We find this feature very important. We had issues when the number of pods in the cluster reached above a certain...

I would also like doing that. can someone point me where to start? i couldn't find some "AVPlayer implementation" using AVAssetReader. thanks

Yes, I would like to keep the data across different dev loops. I don't want to disable the cleanup all together. I did notice the following: There seem to be...

> @amitm02 Could you please benchmark the performance for following three case? > > 1. Current main (before this PR) > 2. FIFO scheduling w/ this PR > 3. Priority...

> I think the code looks a lot cleaner. Thanks for this. > > But I'm not sure about the degradation in FCFS. 5% is quite a huge margin... Thanks!...

> Hi @amitm02, this feature seems to only consider priority when the new block is insufficient and preempt the block of low-priority requests. It cannot guarantee that high-priority [requests] will...