-
Notifications
You must be signed in to change notification settings - Fork 42
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
J&f evaluation ALL return 1.0? #7
Comments
Could you show full your terminal result as well as your code and set-up on how to generate the result? |
same error. all returns 1.0. any guidance plz |
Could you provide more information such as the python version as well as the other packages that you have installed? |
I downloaded Github File in anaconda prompt - Run the setup.py- downloaded DAVIS 2017 dataset- added the DAVISpath in Evaluation_method.py- then run python evaluation_method.py --task semi-supervised --results_path results/semi-supervised/osvos -----------------and the score I get is only 1.0 for all. |
Has this problem been solved? I also had the same problem... |
Has this problem been solved? I also had the same problem... |
Not yet!!! Waiting ... :(
…On Thu, 24 Dec 2020, 8:02 pm xlee1013, ***@***.***> wrote:
Has this problem been solved? I also had the same problem...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLYB5Q5UF3RFQ63HGAO5CTSWNQ2HANCNFSM4OEEX5PQ>
.
|
I have no problem and this is my modified code (https://github.com/PGSmall/DAVIS-Evaluation) according to Issues #4. |
The problem is solved, a file needs to be replaced, and a modification is made in line 92(https://github.com/xlee1013/DAVIS2017-evaluation). |
Thank you xleee1013, I got the values for your code, with few modifications in it... |
@HetingJian Hi,I also encountered the same problem, how did you solve this problem? |
Thanks for seeing this!
When i was trying to use the dataset from OSVOS and RVOS given in your repo as '--results_path', the result return from terminal and .csv shows all J&F-mean are 1.0 (i thought its totally the same as the ground-truth when returning this value,well obviosly its not ), so how to fix it and get the right evaluation result? Thanks , i am a beginner and feeling confused.
After my DAVIS path is well-setted
my configuration parameters:
terminal returns
The text was updated successfully, but these errors were encountered: