Constantin Pape

Results 353 comments of Constantin Pape

> Would it make sense to have a dedicated converter function for a set of slices? > Maybe directly from a list of tif files into one volume? Yes, makes...

> what is the status of consolidating the slice-based conversion from MoBIE and the generic pybdv? > I would like to look into tiff slices at some point. This is...

Yes, it is possible, I added a paragraph to the readme: https://github.com/constantinpape/pybdv#advanced-io-options Note that you need the very latest elf commit for the tif stack to work: https://github.com/constantinpape/elf/commit/f0e1d693933f2232db3586353c3fece3641090a7

I went ahead and uploaded the model at https://owncloud.gwdg.de/index.php/s/TuDzuwVDHd1ZDnQ since it is not usable for us if hosted on github. Please let me know if you have any objections and...

Thanks for the pointer! We're aware of that one already and it's on the list for looking into faster SAM implementations ;). I just went ahead with the `vit_t` in...

I changed the title to indicate the broader scope. As mentioned, a student will start to work on this mid of October, and @anwai98 and me are already working on...

ALso relevant: https://pytorch.org/blog/accelerating-generative-ai/ https://github.com/pytorch-labs/segment-anything-fast

Another candidate: https://arxiv.org/pdf/2312.13789.pdf (similar to MobileSAM, but claims better performance).

I tried TinySAM (the method from my previous reply), but it does not work for our data; the bounding box prompt is somehow broken. ![image](https://github.com/computational-cell-analytics/micro-sam/assets/4263537/27f72c68-a440-46d4-91e6-c3a1ce69640b) However, we now have MobileSAM,...

Just as a follow up here: - We investigated different vit-tiny implementations, including all the ones from the links above. It turns out the original one from the mobile sam...