Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FBD_Partial
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sumesh K.C.
FBD_Partial
Commits
6269349c
Commit
6269349c
authored
8 months ago
by
Sumesh K.C.
Browse files
Options
Downloads
Patches
Plain Diff
folder and data structure updated
parent
e36efb93
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+53
-53
53 additions, 53 deletions
README.md
with
53 additions
and
53 deletions
README.md
+
53
−
53
View file @
6269349c
...
...
@@ -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*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment