Skip to content

Commit 7bd9601

Browse files
authored
fix: decimer-segmentation improved model
1 parent ca05e92 commit 7bd9601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decimer_segmentation/decimer_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def load_model() -> modellib.MaskRCNN:
173173
# Download trained weights if needed
174174
if not os.path.exists(model_path):
175175
print("Downloading model weights...")
176-
url = "https://zenodo.org/record/7228583/files/mask_rcnn_molecule.h5?download=1"
176+
url = "https://zenodo.org/record/10663579/files/mask_rcnn_molecule.h5?download=1"
177177
req = requests.get(url, allow_redirects=True)
178178
with open(model_path, "wb") as model_file:
179179
model_file.write(req.content)

0 commit comments

Comments
 (0)