Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Joint Training #10

Open
DongfeiJi opened this issue Mar 23, 2020 · 10 comments
Open

About Joint Training #10

DongfeiJi opened this issue Mar 23, 2020 · 10 comments

Comments

@DongfeiJi
Copy link

Thanks for your work, but I am wondering how to joint training, which is mentioned in the paper (Algorithm 1 Joint Learning Scheme).

@yanfjz
Copy link

yanfjz commented Sep 21, 2020

I have two related questions as well:

  1. Is the "moving state" S the deltas between src_pts and dst_pts (src_pts - dst_pts) which contains 2(N+1) points?
  2. Is the loss function for joint learning cross-entropy loss? If so, what is the representation of GT for this loss function?
    Any explanation/idea/suggestion/discussion is welcomed :)

@Canjie-Luo
Copy link
Owner

@DongfeiJi
This version is the default random augmentation. We guess it is sufficient for practical use.

@Canjie-Luo
Copy link
Owner

@yanfjz

  1. The "moving state" denotes the moving directions.
  2. Yes, we use cross-entropy loss. The GT is the moving state that increases difficulty.

@zdz1997
Copy link

zdz1997 commented Jan 30, 2021

@Canjie-Luo
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 for the whole code of paper?There is something I can't understand and I want to retrain it .I'll appreciate it very much .Here's my email [email protected]

@DaeHwanGi
Copy link

DaeHwanGi commented Mar 17, 2021

@Canjie-Luo

I have some questions about the paper.

  1. Output size of the agent network is 2x(N+1)x2x2. Isn't just two coordinates enough to predict the direction of each point?
  2. In Algorithm 1, randomly select one point in S and switch to the opposite direction to make S prime. Does this mean choosing one moving state in a mini-batch?

@shubham303
Copy link

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 for the whole code of paper?
my email: [email protected]

@firatkizilirmakk
Copy link

@shubham303
Have you got the code?

I would be glad to get joint training code as well.
my email: [email protected]

Thanks in advance!

@matiascoronados
Copy link

@shubham303
I would really appreciate if you can share that code with me!

my email: [email protected]

Thanks :)

@shubham303
Copy link

@matiascoronados I don't have the code.

@Canjie-Luo
Copy link
Owner

Hey guys, due to the intellectual property protocol, I cannot release the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants