-
Notifications
You must be signed in to change notification settings - Fork 24
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
Step into an endless loop when instance segment images #1
Comments
Hi, Thanks for your attention to my work. I didn't notice that before cuz I just try that on test images, thanks for pointing out. I recently working on another side project I have. Would you mind waiting a bit? I will take a look at this ASAP :) I assume that my pre-trained weights might not be robust enough if other images can be segmented successfully. Did you successfully do the instance segmentation on other images? Thx and be healthy ! |
Hi CHIH CHAO, |
got ur msg! It s been a while I finish this repo, like last year. I'll do some review and check it once I finish my class project this semester (~4/17). Hope u don't mind! |
Waiting for your message~O(∩_∩)O |
Hi, cao1124! |
@cao1124 @leohsuofnthu Also I'm puzzled why there is no endless loop problem with author's pretrained weight. |
|
Hi, Thanks for noticing my work, I didn't expect that this implementation will be noticed haha. I implement this paper casually in my free time without paying attention to details, so I lost 70% memory of this now. I am really happy that people start to re-run the experiment and provide more robust results on this. Thanks! |
Thanks for your help! |
I did not solve the boundary problem actuallyo(╥﹏╥)o. I forced program to exit the while loop if the bone strength obtained reached a certain threshold, but there are still boundary problems. @leohsuofnthu what's your view on this ?(*❦ω❦) |
@cao1124 Have you tried out this code? I have a lot of mistakes when I run this code. Can you send me a correct code to me ? |
hi can u provide me with ur updated code? please? |
How do you deal with the problem that the image size is less than 128? thank you |
Hi CHIH CHAO,
When I'm testing the code (instance_segment.py), I found the program will step into an endless loop when segment images (case6, case9...) .
There are two situations in converge iterations:
1.The Modified centre is always the same as prev centre and will not break out of the loop
2.when iters=lim_alternate_times, converge ,update ins and mask, to this point, z_up may exceed the image shape, cause the program to crash. Why does this happen after doing correction to be in-frame?
Looking forward to hearing from you, thank you~
The text was updated successfully, but these errors were encountered: