unsupervised_detection icon indicating copy to clipboard operation
unsupervised_detection copied to clipboard

image size predicted mask on FBMS

Open fyangneil opened this issue 4 years ago • 5 comments

The provided FBMS results is not consistent with the ground truth image in terms of image size. For example, the results image of the first frame of cars 10 is 384 192 but the corresponding ground truth image size is 640480.

fyangneil avatar Dec 03 '20 04:12 fyangneil

dear @fyangneil,

there are several re-shaping operations in post-processing to make sure that the image resolution is as expected. I would encourage you to check out the readme for details.

antonilo avatar Feb 06 '21 18:02 antonilo

@antonilo do you have the test script for FBMS dataset?

fyangneil avatar Feb 06 '21 18:02 fyangneil

@antonilo I use the provided model and test it on FBMS test dataset, the result is 0.498. The script I used is test_DAVIS2016_raw.sh with corresponding modification for FBMS dataset. I also tried the post processing code but the result is not good, either. I am not sure what the problem is?

fyangneil avatar Feb 06 '21 18:02 fyangneil

please follow the instructions and make sure to reproduce the same results as in here http://rpg.ifi.uzh.ch/data/detection_results.zip

antonilo avatar Feb 06 '21 18:02 antonilo

By using the provided detection results, I can get the reported number on DAVIS dataset. Have not check the results on the other two datasets.


From: Antonio Loquercio [email protected] Sent: Saturday, February 6, 2021 1:56 PM To: antonilo/unsupervised_detection [email protected] Cc: Fan Yang [email protected]; Mention [email protected] Subject: [External] Re: [antonilo/unsupervised_detection] image size predicted mask on FBMS (#18)

please follow the instructions and make sure to reproduce the same results as in here http://rpg.ifi.uzh.ch/data/detection_results.zip

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/antonilo/unsupervised_detection/issues/18#issuecomment-774524492, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALAUWTXQ4BKWFLFIUQL5WG3S5WGFFANCNFSM4ULNDYVA.

fyangneil avatar Feb 06 '21 18:02 fyangneil