Skip to content

Commit

Permalink
Update cell_nucleus_segmentor.py (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
watarungurunnn authored Jun 28, 2022
1 parent 93c36b1 commit a20dcf4
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_membrane_segmentor/cell_nucleus_segmentation_model.pth"
self.model_url = "https://github.com/DevoLearn/devolearn/raw/master/devolearn/cell__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 a20dcf4

Please sign in to comment.