Skip to content
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

cannot get good training result #71

Open
FCInter opened this issue Dec 21, 2018 · 2 comments
Open

cannot get good training result #71

FCInter opened this issue Dec 21, 2018 · 2 comments

Comments

@FCInter
Copy link

FCInter commented Dec 21, 2018

I try to train the model from the very beginning.

I downloaded the models and put them as following

./model/pretrained_model/resnet_v1_101-0000.params
./model/pretrained_model/flownet-0000.params

Then I started the training using the default configuration. But the model cannot detect any object. I have tested after training 1, 2, ..., 8 epoches. The training loss looks good. I got RPNAcc about 0.98, and RCNNAcc about 0.90. But the test mAP was merely 10 or 20, and in the demo, no object was detected.

By comparison, if I trained from the checkpoint you provided, i.e., the following:

./model/rfcn_vid-0000.params
./model/rfcn_dff_flownet_vid-0000.params

After 2 epoches, I got even better test and demo results than the provided checkpoints. Both on rfcn and rfcn_dff_flownet.

The only difference between the two experiments, is whether loading the provided checkpoint when training.

I was wondering why this happens.

BTW, I also run the code of FGFA, which is also built by your group. That code was good. Even if I trained from the very beginning (only loaded flownet and resnet, didn't load the provided checkpoint), I got better test results after 3 or 4 epoches.

Why can't I get good results this time?

Thank you!

@xuwentang
Copy link

Try contacting the author.I contacted the author, but he did not respond.

@BoyuanFeng
Copy link

"Then I started the training using the default configuration. But the model cannot detect any object. I have tested after training 1, 2, ..., 8 epoches. The training loss looks good. I got RPNAcc about 0.98, and RCNNAcc about 0.90. But the test mAP was merely 10 or 20, and in the demo, no object was detected"

I confronted a similar issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants