ahatamiz / dals

Official Repository for Deep Active Lesion Segmentation (DALS)
https://arxiv.org/abs/1908.06933
MIT License
31 stars 12 forks source link

question about the dataset #5

Open Rimehdaoudi opened 2 years ago

Rimehdaoudi commented 2 years ago

hello Hatamizadeh, i have a questions about the dataset,

  1. is the train folder contains many images and labels each one of them in .npy format() or all the images in one npy file and all labels in one npy file.
  2. what's the use of init_seg.npy file, is it the initialization for the level set? or it's used for unet
charlie2w commented 1 year ago

hello Hatamizadeh, i have a questions about the dataset,

  1. is the train folder contains many images and labels each one of them in .npy format() or all the images in one npy file and all labels in one npy file.
  2. what's the use of init_seg.npy file, is it the initialization for the level set? or it's used for unet

Hello, I have the same question. Have you solved this problem?