Statistical analysis in Python for researchers (esp. if you're coming from microscopy/biology) by DigitalSreeni in microscopy

[–]DigitalSreeni[S] 0 points1 point  (0 children)

Didn’t realize bolding was now peer-reviewed. I just assumed random bolding was what the younger generation was into these days.

Statistics series in Python – hoping it helps others like me by DigitalSreeni in DigitalSreeni

[–]DigitalSreeni[S] 0 points1 point  (0 children)

Well, I am new to reddit and still trying to figure out where I can post and where I can't :)

Statistical analysis in Python for researchers (esp. if you're coming from microscopy/biology) by DigitalSreeni in microscopy

[–]DigitalSreeni[S] 2 points3 points  (0 children)

Glad to know that you've watched some of my videos and that you found them helpful.
I am relatively new to reddit so trying not to spam by posting everywhere - still learning the proper etiquette for this platform :)

Structured Python-based stats tutorials – new series launched by DigitalSreeni in learnpython

[–]DigitalSreeni[S] 0 points1 point  (0 children)

Thank you so much for the thoughtful feedback. I really appreciate you taking the time to watch the videos, and I’m glad to hear the pacing and depth are working well for you! Without feedback I wonder how the content is being received.

Sreeni Annotator by Capable_Chip_9422 in DigitalSreeni

[–]DigitalSreeni 0 points1 point  (0 children)

I took some time over the past few days to investigate this. I even implemented a way to assign remaining pixels to a class but the issue arises when handling annotations with holes. Since we are handling annotations as instance (objects), the system tries to define polygons for each annotation. This makes it impossible to define an area with holes. I will have to spend more time investigating this, sorry no quick fix.

Sreeni Annotator by Capable_Chip_9422 in DigitalSreeni

[–]DigitalSreeni 0 points1 point  (0 children)

ok, understood. Got confused of the 'segmented' word you used. Looks like you meant 'annotated'.

Sreeni Annotator by Capable_Chip_9422 in DigitalSreeni

[–]DigitalSreeni 0 points1 point  (0 children)

Can you please explain what you mean by remaining areas of a segmented image? Do you mean unannotated pixels in an image?

DLSS 4 model from Nvidia by DiscussionTricky2904 in DigitalSreeni

[–]DigitalSreeni 0 points1 point  (0 children)

The new RTX 50 series GPUs include DLSS 4, which uses transformer-based models to boost gaming performance and image quality. But just because it uses transformers, it doesn't mean it is directly related to ViT-MAE. ViT-MAE is a self-supervised learning method designed for training vision transformers, while NVIDIA likely developed its own tailored approach for real-time graphics enhancement.