qAp / sartorius_cell_instance_segmentation_kaggle

Solution for Sartorius Cell Instance Segmentation Kaggle
0 stars 0 forks source link

Save cell area to train.csv, then generate cv folds #5

Closed qAp closed 2 years ago

qAp commented 2 years ago

Given the cell area is used at quite a few places throughout the workflow, compute this for each cell, store it in the csv files for the cross-validation folds. So, re-generate the cv folds.

qAp commented 2 years ago

Computing area of all cells takes 19 s. It only needs to be done when generating training targets, so having it appended to train.csv or not might not be necessary, since the training targets are only generated a few times.