WSL4MIS icon indicating copy to clipboard operation
WSL4MIS copied to clipboard

About the annotation labels of the WORD dataset

Open lzhang30 opened this issue 1 year ago • 1 comments

Hi,

I'd like to extend my gratitude for your open-source project. It has significantly aided my research.

Now I am reaching out with a couple of questions regarding this project:

  1. WORD Dataset Annotations for Scribble-Supervised Learning: In the main page of your repository, you mentioned the WORD dataset. I am interested in knowing whether there are available data annotations and preprocessing code specifically for scribble-supervised learning with the WORD dataset. This information would be highly beneficial for a project I am currently working on.

  2. Augmentations Function in dataset.py: I noticed that in the latest version of dataset.py, there are calls to an augmentations function (lines 14 and 15). However, it appears that this augmentations function is not part of albumentations. Could you please provide the complete code for this augmentations function, or guide me to where I can find it? This would greatly aid in understanding and utilizing your dataset more effectively.

I appreciate your time and effort in developing this project, and I look forward to your response.

lzhang30 avatar Jan 16 '24 06:01 lzhang30

Hi, i think the code of augmentations maybe here: https://github.com/liping1997/semi/blob/c1f7ecc4319509f8da31c3295c9a1c53598159dd/code/augmentations/ctaugment.py.

But I'm not sure if it's correct.

MilchstraB avatar Jan 24 '24 06:01 MilchstraB