-
Notifications
You must be signed in to change notification settings - Fork 193
Add Image Restoration package (for denoising image) #2876
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
base: master
Are you sure you want to change the base?
Add Image Restoration package (for denoising image) #2876
Conversation
|
For more detail check README.md |
mqcmd196
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice feature!
|
I'm sorry,
Please read the official document |
c95ea68 to
b30465a
Compare
|
@mqcmd196 -san |
Good! Skip old distro like https://github.com/jsk-ros-pkg/jsk_3rdparty/blob/48c605596a8b39c913c2d49c4869476f3422a524/emotion_analyzer/CMakeLists.txt#L27-L33 |
|
And could you rebase or pull current origin/master and squash current commits into a few commits? |
|
@mqcmd196 I merged origin/master, and then squash commits |
7f610f5 to
5f31490
Compare
Fixed and done. Now waiting for CI to pass. |
|
@Michi-Tsubaki Nice! Could you delete, e522bc9, 8a3c12a, ee504ff ? |
5f31490 to
7250901
Compare
done! |
|
|
Superb! Thank you for your fix!! Please check Michi-Tsubaki#1 and merge it if there is no problem. It is required to release |
mqcmd196
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
eed5d07 to
0e602be
Compare

This PR add ROS package
image_restorationfor image denoising package. This is useful when you have to use low quality image like 600x400 image. In my current work, image from nextage default camera is low. So I've tried to make this package.This package is using catkin_virtualenv like sound_classification. Because of that, I cannot put this in jsk_perception(not depend on catkin_virtualenv).
The impact of this package is ..., just look at the pictures below.
Before restoration ( noisy )
After restoration ( denoised )
Notice: When using GPU, you can get 1 image /sec . When using CPU, you can get 1 image / 7sec .