Shubham randive

Results 5 comments of Shubham randive

I solved bounding box twist problem by using below function ``` def order_points(pts): # sort the points based on their x-coordinates xSorted = pts[np.argsort(pts[:, 0]), :] # grab the left-most...

I read the paper Learn to Augment: Joint Data Augmentation and Network Optimization for Text Recognition. and I'm so interested in joint training (Algorithm 1 Joint Learning Scheme),can I ask...

@matiascoronados I don't have the code.

Hi I am also facing the same issue, If not code, Could you please at-least share the paper you followed for distillation.