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

result of post processing #11

Open
fyangneil opened this issue Oct 12, 2020 · 13 comments
Open

result of post processing #11

fyangneil opened this issue Oct 12, 2020 · 13 comments

Comments

@fyangneil
Copy link

i use the provided model and post processing code on davis16 dataset, the final result is 69.3 which is lower than 71.5 reported in paper. I am not sure if the result is correct.

@antonilo
Copy link
Owner

I think you might have an issue with image sizes. Are you sure you are running the post-processing on the final resolution (640x480)? Did you use our provided script to compute the metric or did you implement your own?

@fyangneil
Copy link
Author

fyangneil commented Oct 25, 2020

@antonilo I tried again and still got 69.3 on DAVIS
Screenshot 2020-10-24 225146
The output mask is 480x854 not 640x480. I did use your provided model and post-processing code and did not change anything.

@antonilo
Copy link
Owner

antonilo commented Oct 26, 2020

Do you get the same results as in here http://rpg.ifi.uzh.ch/data/detection_results.zip ? Did you use this evaluation script? If not, I might need more details to debug the problem (TensorFlow version used, for example)

@fyangneil
Copy link
Author

fyangneil commented Oct 26, 2020 via email

@antonilo
Copy link
Owner

Might be that you used a sub-optimal checkpoint. How many epochs did you train?

@fyangneil
Copy link
Author

fyangneil commented Oct 26, 2020 via email

@WeidiXie
Copy link

WeidiXie commented Feb 5, 2021

@fyangneil Hi, anything follows this ? have you reproduced the same number ? eg. 71 ?

@fyangneil
Copy link
Author

fyangneil commented Feb 6, 2021 via email

@antonilo
Copy link
Owner

antonilo commented Feb 6, 2021

Sorry, but it is very difficult to help without details. I would say that the problem is in the way images are pre-processed (reshaping and central cutting). The changes might have affected the ckpts. What if you train a new ckpt (from scratch or resuming from the one available)? The predicted masks have been produced with the model available online.

@fyangneil
Copy link
Author

fyangneil commented Feb 6, 2021 via email

@fyangneil
Copy link
Author

@WeidiXie Have you reproduced the number reported in paper?

@fyangneil
Copy link
Author

Do you get the same results as in here http://rpg.ifi.uzh.ch/data/detection_results.zip ? Did you use this evaluation script? If not, I might need more details to debug the problem (TensorFlow version used, for example)
I used the script. the tensorflow version is 13.1.

@WeidiXie
Copy link

WeidiXie commented Feb 6, 2021

I see, thanks, I was just wondering the step-wise breakdown results, but I'll test this myself when I got time.

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