Skip to content

Commit

Permalink
Update cell_nucleus_segmentor.py (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
watarungurunnn authored Jul 27, 2022
1 parent a20dcf4 commit 904f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devolearn/cell_nucleus_segmentor/cell_nucleus_segmentor.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, device = "cpu"):
self.CLASSES = ["nucleus"]
self.ACTIVATION = 'sigmoid'
self.in_channels = 1
self.model_url = "https://github.com/DevoLearn/devolearn/raw/master/devolearn/cell__segmentor/cell_nucleus_segmentation_model.pth"
self.model_url = "https://github.com/DevoLearn/devolearn/raw/master/devolearn/cell_nucleus_segmentor/cell_nucleus_segmentation_model.pth"
self.model_name = "cell_nucleus_segmentation_model.pth"
self.model_dir = os.path.dirname(__file__)
# print("at : ", os.path.dirname(__file__))
Expand Down

0 comments on commit 904f454

Please sign in to comment.