-
Notifications
You must be signed in to change notification settings - Fork 3
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
Consider Gaussian function for single pixel annotation #6
Comments
Adjusted the brainstorm code to take that into account, with a checkbox for activating it: The Gaussian weighting is applied on the time dimension only. Just started training using this configuration file with SoftSeg based on a discussion I had with @charleygros in the past, but the discussion was about 2D, not 3D training. Config file
|
The slice_axis parameter was wrong in this test. Check 12IGNORE RESULT |
Are we sure that trilinear interpolation without binarization is used for data augmentation? Is this information supposed to be present in the config file? @andreanne-lemay @charleygros |
Fukumori transformer
Currently, a window of 50 samples, centered around the epileptic peak, is labeled with value
1
.The problem with that, is that the model is exposed to values far away from the peak, with values 1.
A suggestion would be to, instead of using a step function, to use a Gaussian or Gamma function, centered around the peak.
We would use the SoftSeg training losses.
The text was updated successfully, but these errors were encountered: