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

How do I get this to work and can it work for what I want it to? #40

Open
deama opened this issue Jul 13, 2019 · 8 comments
Open

How do I get this to work and can it work for what I want it to? #40

deama opened this issue Jul 13, 2019 · 8 comments

Comments

@deama
Copy link

deama commented Jul 13, 2019

Basically, I have some image that has some artifacts and noise, can this software denoise and remove some of the artifacts?

Also, how do I get this to work? I downloaded it but I donno what to commands to put in. I downloaded some sort of gausian clean model from the README and tried to make some command out of it, but doesn't really work?
python test_model.py --weight_file clean.hdf5 --image_dir test.png

@deama
Copy link
Author

deama commented Jul 13, 2019

When I put the above command, it tells me that my CPU has instructions that this tensorflow isn't compiled to use? So why not just use the regular instructions? I don't understand...

@yu4u
Copy link
Owner

yu4u commented Jul 15, 2019

    parser.add_argument("--image_dir", type=str, required=True,
                        help="test image dir")

I cannot say anything without the details of the error.
Please refer to the other documents for Keras/tensorflow related problems (=not specific to this repo).

@deama
Copy link
Author

deama commented Jul 15, 2019

Did I use the command correctly though?

@yu4u
Copy link
Owner

yu4u commented Jul 15, 2019

@deama
Copy link
Author

deama commented Jul 15, 2019

so:
python test_model.py --weight_file clean.hdf5 --test image dir test.png
?

@yu4u
Copy link
Owner

yu4u commented Jul 18, 2019

--image_dir argument only accepts image directory as input.

@deama
Copy link
Author

deama commented Jul 18, 2019

I don't understand, can you spell out the whole command for me?

@haideralifaridkhan
Copy link

python test_model.py --weight_file clean.hdf5 --image_dir test.png

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

3 participants