DigPath转发了
My system is designed to read whole slide images (WSI) in their native format directly from S3 without image conversion or pre-processing. Built with AWS Lambda and a modified OpenSlide implementation optimized for object storage. Also some UI/UX enhancements for annotation tools, and designed to work on mobile devices.
Dibson Dibe Gondim
4 天前
Interesting approach!
Computer Scientist | Clinical Faculty | Applied AI
4 天前I have unfortunately been far down the rabbithole with trying to use the S3 protocol via FUSE and OpenSlide. Are you taking this approach or a more elegant solution modifying OpenSlide directly? I can assure you that there will be performance issues if using FUSE based on the way OpenSlide expect the file handler to work. We went so far as to develop a custom S3 server to address some of these issues. I would very much be interested in your approach.