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

Issues on function: DS3_Dempster() #2

Open
xuanlongORZ opened this issue Jun 1, 2022 · 0 comments
Open

Issues on function: DS3_Dempster() #2

xuanlongORZ opened this issue Jun 1, 2022 · 0 comments

Comments

@xuanlongORZ
Copy link

Thank you for sharing the code, it is really cool.
However, I found that it might have a mistake in the function DS3_Dempster().
In your paper: Evidential fully convolutional network for semantic segmentation, the way that the combination of the masses given as in Eq(6a) and Eq (6b) is different from the codes in this function. For example on line 125:
m1=inputs[:,:,:,0,:] should be m1=inputs[:,:,:,0,:-1] and so on.
Also on line 136:
omega1=tf.expand_dims(combine2_3[:,:,:,-1], -1) should be omega1=omega1 * omega2 as shown in Eq (6b).

Please let me know if I misunderstood anything, thanks a lot.

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

1 participant