Skip to content

Commit

Permalink
adding BASNet generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidriasat committed Jul 13, 2023
1 parent aef7bae commit a2117b4
Show file tree
Hide file tree
Showing 5 changed files with 11,855 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vision/basnet_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title: Highly accurate boundaries segmentation using BASNet
Author: [Hamid Ali](https://github.com/hamidriasat)
Date created: 2023/05/30
Last modified: 2023/06/19
Last modified: 2023/07/13
Description: Boundaries aware segmentation model trained on the DUTS dataset.
Accelerator: GPU
"""
Expand Down Expand Up @@ -430,7 +430,7 @@ def call(self, y_true, y_pred):
Since BASNet is a deep model and cannot be trained in a short amount of time which is a
requirement for keras example notebook, so we will load pretrained weights from [here](https://github.com/hamidriasat/BASNet/tree/basnet_keras)
to show model prediction. Due to computer power limitation this model was trained for 60k
to show model prediction. Due to computer power limitation this model was trained for 120k
iterations but it still demonstrates its capabilities. For further details about
trainings parameters please check given link.
"""
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a2117b4

Please sign in to comment.