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

problems when using pytoflow #6

Closed
mars11121 opened this issue Dec 17, 2019 · 7 comments
Closed

problems when using pytoflow #6

mars11121 opened this issue Dec 17, 2019 · 7 comments
Labels
bug Something isn't working

Comments

@mars11121
Copy link

when I use the code on Viemo90K, I have encountered a problem that the value range of processed
images of the model is out of (0, 1), have you encountered this similar problem? and could you
give me some help? thanks a lot!

@mars11121 mars11121 changed the title problems when using pytorch problems when using pytoflow Dec 17, 2019
@Coldog2333
Copy link
Owner

Hello. I think you can print these images out to see whether they have something wrong. Sometimes the values maybe not so important, they can be rescaled when you output them as images.

@mars11121
Copy link
Author

okay, thanks a lot @Coldog2333; and I find that on line214, train.py, the check_point should be corrected to check_loss, which is used to replace original check_loss = 1.

@Coldog2333
Copy link
Owner

Oh, thank you for your reminder!
(It has been corrected.)

@Coldog2333
Copy link
Owner

I remember that I checked all of the codes on my machine before pushing them. Maybe I should check it once again. (If I have time...)

@mars11121
Copy link
Author

fine, and your contribution is really useful for my work~

@Coldog2333
Copy link
Owner

Glad to hear that. Thank you for your appreciation. :)
If you have any other questions, just feel free to new an issue.

@Coldog2333
Copy link
Owner

Hello, I check the codes of this repository today and figure out the reason for the problem you encountered.
This is a bug or something like updated feature of matplotlib.
If you use a matplotlib with version like 2.0.2, the problem will not occur.

reference: matterport/Mask_RCNN#69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants