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

problem in test result #2

Open
LegendBC opened this issue Sep 14, 2019 · 12 comments
Open

problem in test result #2

LegendBC opened this issue Sep 14, 2019 · 12 comments

Comments

@LegendBC
Copy link

Thanks for your great work! And I haved trained your model on pascal2007, but the result in test shows no class only background. I haven't changed anything else except for the function get_data(input_path). Can you give me some advice? thanks!

@LegendBC
Copy link
Author

It's of great help that you give a more specific readme about your environment configuration.

@wusonglin-ali
Copy link

It's of great help that you give a more specific readme about your environment configuration.

你好,你现在解决这个问题了吗

@hsl8856
Copy link

hsl8856 commented Oct 29, 2019

Thanks for your great work! And I haved trained your model on pascal2007, but the result in test shows no class only background. I haven't changed anything else except for the function get_data(input_path). Can you give me some advice? thanks!

The test results are all background questions.,. Have you solved it?
What is the final convergence result of your training loss function(RPN,CLass)? thanks

@hlq1025
Copy link

hlq1025 commented Dec 12, 2019

I also encounter this problem .Does anyone know how to solve this problem?

@cfeeney5
Copy link

There is a bug in the PSRoiAlignPooling function in detector.py in the latest commit. It will work if the RoiPoolingConv function is used instead.

@Threeki1019
Copy link

There is a bug in the PSRoiAlignPooling function in detector.py in the latest commit. It will work if the RoiPoolingConv function is used instead.

hi! can you tell me how to use RoiPoolingConv function

@cfeeney5
Copy link

@Threeki1019 I didn't fix it I just used RoiPoolingConv function instead

@Threeki1019
Copy link

Threeki1019 commented Feb 21, 2020 via email

@Threeki1019
Copy link

Threeki1019 commented Feb 21, 2020 via email

@cfeeney5
Copy link

Hi,
I changed over ROIPoolingConv and I could train the network but the results were only OK. The code suggests initializes the weights from VGG-16 but I dont think it is correct because the layer names do not match. How many images are in your training set?
The bounding box threshold in this commit is 0 (see

bbox_threshold = 0.0
) which should be 0.5 or so.

@Threeki1019
Copy link

Threeki1019 commented Feb 22, 2020 via email

@Threeki1019
Copy link

Threeki1019 commented Feb 22, 2020 via email

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

6 participants