We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05e92 commit 7bd9601Copy full SHA for 7bd9601
decimer_segmentation/decimer_segmentation.py
@@ -173,7 +173,7 @@ def load_model() -> modellib.MaskRCNN:
173
# Download trained weights if needed
174
if not os.path.exists(model_path):
175
print("Downloading model weights...")
176
- url = "https://zenodo.org/record/7228583/files/mask_rcnn_molecule.h5?download=1"
+ url = "https://zenodo.org/record/10663579/files/mask_rcnn_molecule.h5?download=1"
177
req = requests.get(url, allow_redirects=True)
178
with open(model_path, "wb") as model_file:
179
model_file.write(req.content)
0 commit comments