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

generate blured image #178

Open
jundongAI opened this issue Mar 8, 2020 · 0 comments
Open

generate blured image #178

jundongAI opened this issue Mar 8, 2020 · 0 comments

Comments

@jundongAI
Copy link

Hello @KupynOrest
I have 3 issues about the "Algorithm 1 "in your paper。

Issues 1:The pg is probability of gaussian shake, uniform from (0,0.7),but in the "generate_trajectory.py",it is writed as"gaussian_shake = 10 * np.random.uniform(0, 1)"in line 56.

Issues 2:The line 3 in Algorithm 1 is "v←v0*Lmax/(M-1)",without multiplying expl,but in the "generate_trajectory.py",it is writed as"v = v0 * self.expl"in line 66

Issues 3:In the Algorithm 1 the line 10 is
"dv←nextDir+ Ps* (Pg* (randn十i * randn) *I x[t](L,max/(M一1)),
is to multiply the"I *x[t]",but in the "generate_trajectory.py",it is writed to subtract the" I *x[t]"in line 78.

I am very confused about these issues,could you tell me why?

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

1 participant