You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
I have trained a model by multipathnet version frcnn on my own dataset with only one foreground class. Compared to the original frcnn model, which has AP at 0.93 on the same training and validation dataset, the multipath version only get AP around 0.7.
After many debug, I think the problem is that the coordinates preprocess mistakes. I change the corresponding code, then the AP go high to 0.94. I will give more details later.
The text was updated successfully, but these errors were encountered:
Hi guys,
I have trained a model by multipathnet version frcnn on my own dataset with only one foreground class. Compared to the original frcnn model, which has AP at 0.93 on the same training and validation dataset, the multipath version only get AP around 0.7.
After many debug, I think the problem is that the coordinates preprocess mistakes. I change the corresponding code, then the AP go high to 0.94. I will give more details later.
The text was updated successfully, but these errors were encountered: