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

for eval #114

Open
xuchen-dev opened this issue Mar 21, 2022 · 3 comments
Open

for eval #114

xuchen-dev opened this issue Mar 21, 2022 · 3 comments

Comments

@xuchen-dev
Copy link

very hopeful for your help:

i use your fastercnn.py as a moudle in my model , when train it is very good the result is good too

but when eval i just change the towersetup the istrain is false , but there is no output box mask

i try to find the reason, but i cant could you please teach me is there something else i need to do when i use the fasterrcnn to eval , so it can output box prob mask

image
image

it seem everthing is normal before the create heaeds
image

@xuchen-dev
Copy link
Author

@xuchen-dev
Copy link
Author

it seem like there is somethings wrong in _create_fastrcnn_output

when istrain is faslse
image

when istrain true
image

@pvoigtlaender
Copy link
Contributor

Hi xuchen,

note that there is no need to change the arguments to tower_setup. Instead, please change the config (create a separate config file for eval, or override using the command line).
The easiest should be to see how we do "forwarding and tracking" in the README.

Best,

Paul

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

2 participants