Just making a habit of liking your video at the very start as i always forget to like your video because of the details you fill in it. Thanks for the content sir
@y.shrestha69362 жыл бұрын
Another excellent presentation! I would not have known about these libraries on my own. Another set of tools to add to the toolbox. Stardist would have probably outperformed my half baked Hough transform based algorithm on a previous project.
@DigitalSreeni2 жыл бұрын
Thank you very much for your generosity. And yes, there are a lot of libraries that are useful and actively maintained. I learn about them from talking to many people in the image processing community.
@manuelflores82202 жыл бұрын
Thank you for the effort to prepare such great material for your ppt every week. I've been learning a lot watching your videos and I am getting more interested in semantic segmentation models. I would really appreciate it if you can prepare or give us a kick idea or code about unsupervised semantic segmentation, please. Thank you in advance!
@tmacnba-eg8er2 жыл бұрын
sir please make a video about nnunet usage for costum dataset on colab..
@ivan22212 жыл бұрын
Another great lesson! Your channel is one of those things that make internet worth. Thanks! Im currently in a project using label studio for multiclass segmantion and Im having a hard time on how could I stack the masks of a given image into a single png. Do you have any specifics on that in your channel (couldn't find) or to provide any tip? I think data preparation is one of the most important and complex part of the process.
@DigitalSreeni2 жыл бұрын
Read one mask at a time for each image, change pixel values for a given mask to a specific number, do this for all masks representing all classes, save the numpy array into a single png. I am sure I have done this in one of my videos but I haven't done an exclusive video on merging individual masks into a single multiclass mask.
@amnn85072 жыл бұрын
Thanks for the great videos you make. Could you please make a video about Self Supervised Learning (SSL) & Representation Learning and/or transformers as well?
@parthibanpana99052 жыл бұрын
thank you sir, this is so interesting, can i use this one for fish movement in the tank sir?
@xxxtj36792 жыл бұрын
Can you make videos on unsupervised semantic segmentation. It would be greatly appreciated. Thankyou
@indasetyawati68552 жыл бұрын
sir can u make tutorial for classification with 3D image and multiclass. i look the people make classification 3D images use binner so in here i hope u can help me about this.
@lakshmipriya79532 жыл бұрын
Thankyou so much for this presentation. Sir, please make a video on HoverNet for nuclei segmentation and classification.
@md.abusayed23622 жыл бұрын
Hello Sir. Is there any problem if i use 16 bit mask with 8 bit image for unet training purpose?
@DigitalSreeni2 жыл бұрын
No
@md.sakibhossainshovon77992 жыл бұрын
@DisitalSreeni Could you please reply. I have a humble request. If I want to segment whole images (not single image) using starDIST of a dataset what should I do? Similarly, for tracking as well. Plz help. It's urgent.
@chun53102 жыл бұрын
Is the images data also available?
@engynabil1802 жыл бұрын
is stardist working with 3D dataset , it will be highly appreciated if you show us how tomuse it with 3d dataset
@DigitalSreeni2 жыл бұрын
StarDist github has good examples for 3D: github.com/stardist/stardist/tree/master/examples/3D
@farnooshjoulaeian1550 Жыл бұрын
importing stardist's libraries makes kernel restart (jupyter)! I have stuck in this step
@farnooshjoulaeian1550 Жыл бұрын
it seems the problem is with tensorflow, the error is zsh: illegal hardware instruction ipython (mac M2)
@shubhamsongire67122 жыл бұрын
Hello Sir, please accept my request on LinkedIn. I am getting one error while implementing your code.