DSAC icon indicating copy to clipboard operation
DSAC copied to clipboard

difference in CNN models

Open Suvi-dha opened this issue 6 years ago • 2 comments

Hi,

May I know what changes you have made in different CNN models in your code and how are they different from each other. Which one did you actually use in your implementation? CNN, CNN_B, CNN_B_alpha, CNN_B_scalar.

Also, I want to know, is it possible to modify this code to include one more energy term?

Thanks.

Suvi-dha avatar Sep 17 '18 14:09 Suvi-dha

Hello! Sorry again for the confusion. CNN_B refers to the architecture used in the paper, and _alpha and _scalar refer to the ablation studies.

What energy term would you want to add? If it can be written as a linear function of the node positions, it's straight forward to add it.

dmarcosg avatar Sep 23 '18 15:09 dmarcosg

I want to add gradient vector flow (external force)

Suvi-dha avatar Sep 23 '18 16:09 Suvi-dha