Skip to content
Snippets Groups Projects
Commit 6269349c authored by Sumesh K.C.'s avatar Sumesh K.C.
Browse files

folder and data structure updated

parent e36efb93
Branches
No related tags found
No related merge requests found
......@@ -23,78 +23,78 @@ albumentations
tqdm
```
*The further instructions on using the code will be released after the paper is accepted.*
*The further instructions on using the code will be released soon after the paper is accepted.*
## Preprocessing
*The further instructions on preprocessing steps will be released after the paper is accepted.*
*The further instructions on preprocessing steps will be released soon after the paper is accepted.*
## Folder and data structure
The folder and data structure should be as follows:
```
inputs
└── train
── image
| ├── 001.tif
├── 002.tif
├── 003.tif
├── ...
── image
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── mask
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── contour
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── dist_contour
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── val
── image
| ├── 001.tif
├── 002.tif
├── 003.tif
├── ...
── image
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── mask
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── contour
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── dist_contour
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── test
── image
| ├── 001.tif
├── 002.tif
├── 003.tif
├── ...
── image
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── mask
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── contour
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
└── dist_contour
| ├── 001.tif
| ├── 002.tif
| ├── 003.tif
| ├── ...
├── 001.tif
├── 002.tif
├── 003.tif
├── ...
```
*Coming soon*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment