-
Notifications
You must be signed in to change notification settings - Fork 48
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
Results are bad/random #18
Comments
It’s probably just drawing them wrong. Sometimes X and Y or Width and Height get swapped and the segmentations don’t get drawn correctly. I haven’t used this repo in a long time so I’m not exactly sure what’s up though. |
Did you solve this problem, I also have same problem. |
Yes and no.. i didn't fix it in this repo, but i stumbled upon facebook's mask rcnn implementation called detectron2 (search for the github repo). Its still actively being updated and it works perfectly with just a few lines of code (https://youtu.be/Pb3opEFP94U) |
Grateful ! Thanks for your help. |
Exactly the same problem here... any clue? |
I moved on with facebook's mask rcnn implementation as i mentioned in a previous comment. Otherwise i have no clue |
Hi |
I have tried the demo file of your fork of the matterport mask rcnn repo and the resulting segmentations are very random :
I experience the same issue with this tutorial. I also tried "augmented startups'" fork of the matterport mask rcnn repo (https://github.com/augmentedstartups/Mask_RCNN#readme) but running that demo also gives very random segmentations. It seems like the COCO pre-trained weights are just not working or something. Any idea how to fix this? Results from this tutorial look like this:
I tried this on 2 pc's with installations from scratch and both have the same random results.
The text was updated successfully, but these errors were encountered: