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

Can we use it for other datasets rather than davis 2016? #3

Open
JawadTawhidi opened this issue Dec 15, 2023 · 3 comments
Open

Can we use it for other datasets rather than davis 2016? #3

JawadTawhidi opened this issue Dec 15, 2023 · 3 comments

Comments

@JawadTawhidi
Copy link

Hi, can we use it for other data sets rather than davis 2016? my dataset is ultrasound videos and is similar to davis 2016, may I use this script for calculating J and F values?

If not, would you please give me some clues on how can I calculate the J and F values for my results?

@JawadTawhidi
Copy link
Author

I used it to calculate J and F values on my ultrasound data set, during training process of my model when validation code is displaying the results after each epoch the highest J&F value was 66.737.

But when I used this repo for evaluation the J&F value is 66.4.

Now I am confused if this repo is working for evaluating my data set or not, would you please give me some clue?

One more thing I have to mention is that my data set has single object for most of the videos, but in some videos it has 3 to 4 objects as well.

@hkchengrex
Copy link
Owner

The script should work as long as the data is formatted as integer masks when read by PIL. Given that the difference in J&F is quite small, there might be slight implementation differences between your validation code and this repo. I do not know what those differences might be without knowing anything about your validation code.

@hkchengrex
Copy link
Owner

Hello. I cannot really look at all these code. I can help if there are specific questions regarding this repo.

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