Skip to content

Aweseop/stfKFold-for-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stratified K-Fold for Segmentation

This is a Pytorch implementation of Stratified K-Fold for Segmentation task. The dataset follows COCO format.

You can consider the following three conditions:

  1. Number of categories for each image
  2. Number of category types for each image
  3. Number of annotations in each image

Categories can be grouped into lists and customized by referring to visualization and standard deviation for categories using save_data.ipynb as follows.


# type_list : Category types grouping
# num_list : Number of annotations grouping
# split_num : Fold number

type_list = [[1], [2, 3, 4], [5, 6], [7, 8]]
num_list = [23, 35]
split_num = 5

Results

init


split_5Fold

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published