SciKit-Surgery / cmicHACKS2

:school_satchel: > 🔩 Hacking Real-time AI workflows for Surgery 🔧
https://scikit-surgery.github.io/cmicHACKS2/
0 stars 0 forks source link

RESULTS #32

Open rafaloz opened 10 months ago

rafaloz commented 10 months ago

eval_metrics_geom_model.json

rafaloz commented 10 months ago

Figure_HACK

ruaridhg commented 10 months ago

So geometry augmentations are more important than brightness/contrast augmentations

Figure_HACK

mxochicale commented 10 months ago

Many thanks @rafaloz and @ruaridhg for your contributions, I will add plots in our slides.

Thanks, Miguel

rafaloz commented 10 months ago

Hey Miguel,

  1. The code to make the plot is shared here:

It is a very simple plot, I included the results from the .json files copying and pasting:

https://drive.google.com/file/d/1gxnIe41Z21t2I2UlX3i1NL6_fR90IRak/view?usp=sharing

  1. The geometric augmentation included:

    1. crop
    2. random rotations
    3. Elastic transformation
    4. Vertical flip
    5. Horizontal flip
  2. The code can be found at this link: https://drive.google.com/file/d/10VlnozEQqWJ0va6J14xMW7opyLZviZWv/view?usp=sharing.

  3. The original label refers to the model trained for 100 epochs with all augmentations, which I believe is the ground truth.

Rafa

ruaridhg commented 10 months ago

Hey Miguel

The augmentation I changed was RandomBrightnessContrast which adjusts both the brightness and contrast and the code can be found https://colab.research.google.com/drive/1CgdpeDY4SLpKddk6dFvXpFwcx0skF8dj?usp=sharing

I created the .json files in this notebook https://colab.research.google.com/drive/1j67zkMhi6PS0l9IZR5mjS33jwhpAGL0v?usp=sharing