-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
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. |
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. |
Oh, thank you for your reminder! |
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...) |
fine, and your contribution is really useful for my work~ |
Glad to hear that. Thank you for your appreciation. :) |
Hello, I check the codes of this repository today and figure out the reason for the problem you encountered. reference: matterport/Mask_RCNN#69 |
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!
The text was updated successfully, but these errors were encountered: