Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Hi,I have some problem to trained voc2007 dataset!!! #44

Open
BCWang93 opened this issue Apr 7, 2019 · 7 comments
Open

Hi,I have some problem to trained voc2007 dataset!!! #44

BCWang93 opened this issue Apr 7, 2019 · 7 comments

Comments

@BCWang93
Copy link

BCWang93 commented Apr 7, 2019

When I use the code to train the voc2007 dataset,I get the result as follows:
1
2
3
4
5
6
7
8
And the detected result is none!Anyone can help me ?Thanks!

@AndrewZhuZJU
Copy link

I trained the VOC2012 dataset, and everything just looks fine for me.
Screenshot
Did you change the class number from 80 to 20? Or you should give more details.

@BCWang93
Copy link
Author

I trained the VOC2012 dataset, and everything just looks fine for me.
Screenshot
Did you change the class number from 80 to 20? Or you should give more details.

Thanks for your reply! Did you use the origin code? or you have some change?I have changed the class number from 80 to 20.But I get this result in voc2007.

@BCWang93
Copy link
Author

I trained the VOC2012 dataset, and everything just looks fine for me.
Screenshot
Did you change the class number from 80 to 20? Or you should give more details.

Hi,can you see the loss_x and loss_y,loss_w,loss_h?it is convergence?Btw,you use the origin code? Did you changed something?

@BCWang93
Copy link
Author

I trained the VOC2012 dataset, and everything just looks fine for me.
Screenshot
Did you change the class number from 80 to 20? Or you should give more details.

Can you detect the bbox use the model of you trained?When I test the trained model use image,the ouput is none,it can't detected anything!Thanks!

@AndrewZhuZJU
Copy link

I trained the VOC2012 dataset, and everything just looks fine for me.
Screenshot
Did you change the class number from 80 to 20? Or you should give more details.

Can you detect the bbox use the model of you trained?When I test the trained model use image,the ouput is none,it can't detected anything!Thanks!

No need to change the code. The reason for nothing detected is NMS removes all your predicted bounding box, which means your model is not trained well.

@BCWang93
Copy link
Author

I trained the VOC2012 dataset, and everything just looks fine for me.
Screenshot
Did you change the class number from 80 to 20? Or you should give more details.

Can you detect the bbox use the model of you trained?When I test the trained model use image,the ouput is none,it can't detected anything!Thanks!

No need to change the code. The reason for nothing detected is NMS removes all your predicted bounding box, which means your model is not trained well.

OK,I don't change the code.but the result I get is not well like you.I don't know the reason is what? This trouble me some days! Did you use the data_agumentent.py keepAspect in this code?Thanks!

@eng100200
Copy link

@BCWang93 @AndrewZhuZJU i think both of you have used VOC2007? did you have use coco_person_keypoints_train_2017?

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

No branches or pull requests

3 participants