Automated 3D cell detection in very large images
BSD 3-Clause "New" or "Revised" License
181
stars
39
forks
source link
[BUG] Path to trained model from `brainmapper` is a str, and doesn't have `.suffix` attribute #470
Closed
alessandrofelder closed 1 week ago
Describe the bug We need the path to the
keras
model to be aPath
to call.suffix
on it, butbrainmapper
parses it as a stringTo Reproduce run
brainmapper
and pass--trained-model <path to model>
- thanks to @JRegg66 for reporting!Expected behaviour We can pass trained models from
brainmapper
without issue.