Open gaborvecsei opened 6 years ago
Hi, @gaborvecsei It seems that your implementation has no obvious errors. So I will check it out in the next few days. Right now I'm troubled by other projects, so I could not give you some useful advise right now. I'll leave this issue open until, and, Sorry.
Hi @parap1uie-s Thank you for your response! I am looking forward to hear your thoughts on this issue. I hope we can find a solution. Btw, Thank you very much for your effort in this implementation!
I had a little time and I tried to find out what went wrong:
bboxes.astype(np.int32)
by_name=True
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?