-
Notifications
You must be signed in to change notification settings - Fork 23
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
Training on a simple (shapes) dataset #7
Comments
Hi, @gaborvecsei |
Hi @parap1uie-s |
I had a little time and I tried to find out what went wrong:
Btw, I have not made these modifications here, but I grabbed the original MaskRCNN implementation and removed the mask layer and inserted the score maps and vote layers Unfortunately the results are still not the best. |
Hi, @gaborvecsei Sorry for late reply, again. I will check the models to fix bugs and improve performance, in a few days. |
Hi,
I tried to train on the included dataset.
(Code is from the MaskRCNN repo, I just created the
load_bbox
function.)The problem is that in training time my losses go lower and lower beautifully (on the train and validation set too), but when I would like to test it, the output is disappointing. On a simple dataset like that it should over-fit pretty fast.
All the boxes here had a 0.9 conf or above.
Do you have any idea what causes this? Could you try it out, so we would have a simple "tutorial" not like with the fashion dataset?
The text was updated successfully, but these errors were encountered: