Skip to content

Commit

Permalink
New Code Example: Image Segmentation using Composable Fully-Convoluti…
Browse files Browse the repository at this point in the history
…onal Networks (#1356)

* added python file for review

Signed-off-by: Suvaditya Mukherjee <[email protected]>

* chore: added changes as per review comments

Signed-off-by: Suvaditya Mukherjee <[email protected]>

* chore: changed and removed final_ds to make flow simpler

Signed-off-by: Suvaditya Mukherjee <[email protected]>

* chore: addressed comments on formatting

Signed-off-by: Suvaditya Mukherjee <[email protected]>

* add: generated files

Signed-off-by: Suvaditya Mukherjee <[email protected]>

* fix: table rendering and note on further training

Signed-off-by: Suvaditya Mukherjee <[email protected]>

* chore: fix table alignment for diagram 1

Signed-off-by: Suvaditya Mukherjee <[email protected]>

---------

Signed-off-by: Suvaditya Mukherjee <[email protected]>
  • Loading branch information
suvadityamuk committed Jun 16, 2023
1 parent ab9581e commit d0569ec
Show file tree
Hide file tree
Showing 6 changed files with 2,645 additions and 0 deletions.
Loading

1 comment on commit d0569ec

@Aziz-Prithibee13
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
I am a CSE student at the University of Chittagong. I have my thesis on skin cancer segmentation.
I have a dataset in Google Drive as a zip file. It consists of one folder, masked-dataset. masked-dataset folder consist 2 folder, images consist images, masks consist segmentation masks.

now in your code , you use number of class = 4 . if data is not labeled ,what modification needs to this code? only class=1?

Please sign in to comment.