We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我看代码中处理前会进行归一化,im = (im - bl) / (wl - bl)。我有个问题,就是因为噪声会导致信号上下波动,raw数据我没有做clip,当信号低于bl,或者高于wl会对训练有什么影响。
The text was updated successfully, but these errors were encountered:
信号通常不会高于wl。低于bl的话通常是噪声影响(因为正常信号不会低于bl),因此保留bl一下的数据会对训练起到一定作用的帮助。
Sorry, something went wrong.
你好,我保留bl以下的数据训练后,去噪后图像的残留噪声孤立点的颜色比clip后训练的点的颜色更深,整个去噪图像看起来有很多麻点且这些点偏色,总之不进行clip的效果比clip之后的效果差。
No branches or pull requests
你好,我看代码中处理前会进行归一化,im = (im - bl) / (wl - bl)。我有个问题,就是因为噪声会导致信号上下波动,raw数据我没有做clip,当信号低于bl,或者高于wl会对训练有什么影响。
The text was updated successfully, but these errors were encountered: