Alex Lau
Alex Lau
Thanks for the great work! I have a few questions: 1. I saw you released a collections of pre-trained model checkpoints, do you have any sample code on how to...
Thanks for the great work! The benchmark mainly use style of binary class (e.g. positive v.s. negative). Could the model work on style of multiple classes? (e.g. write style 1,...
I would like to deploy this interactive annotations on images with overlapping chromosomes. Does the model supports annotation of overlapping masks?
I noticed the frequency range (y-axis) of the displayed plot for `audio_spec.show()` is fixed regardless of the sampling rate/ f_max from `audio_spec` or `SpectrogramTransform` (i.e. its always capped at ~8192...
This work looks promising! I am thinking if it's feasible to port the CUDA code into JAX and achieve similar speed. Do you think it's feasible to achieve this?
I found[ a minimal implementation of NeRF model using JAX + Flax](https://www.kaggle.com/code/sauravmaheshkar/jax-flax-minimal-implementation-of-nerf). I am thinking we could possibly port it into equinox to expand our examples (maybe also integrates with...
**Describe the bug** @chrispahm I want to bound a datapoint within a range of its current value (e.g. +/-0.5) upon dragging (e.g. if the point is 1.5, it's bounded at...
I appreciate your work. It is a field that not many deep learning researchers work on and I am glad to see an encouraging result from your work. You mentioned...
Thanks for the amazing work! I see that part 3 is pending since 2017. Is there any plan to release it this year? Thank you!
I appreciate the work so much and would like to apply it into another biomedical problem. But my problem involves highly overlapping instances. Could your model predict masks that are...