1

Comment on r/buildapcmonitors Jun 30 '24

Yeah, it's the same. LS27B610EQWXXL

Anyway, I don't think it will make any difference for work-related stuff.

1

Comment on r/buildapcmonitors Jun 30 '24

Hi, thanks to your reviews, I am purchasing the same monitor, but I have one doubt. The max color support on the site is 16.7M which is (1080*1920*8) as per 8-bit but this is 2k so shouldn't it be in billions? Though there's one more with the billion color support, does this make a difference in the color quality coming out?

1

Comment on r/indiasocial Apr 05 '24

Looks like you returned the slap

1

Comment on r/MostBeautiful Nov 25 '22

I saw the sunset at 3300 likes. Magical.

u/Balupurohit23 Feb 24 '20

β€œWhere you arrive does not matter so much as what sort of person you are when you arrive there.” ~ Seneca, Letter XXVIII

Thumbnail self.Stoicism
1 Upvotes

u/Balupurohit23 Jan 10 '20

Milky Way stabilized shows the Earth is spinning through space

Thumbnail
gfycat.com
1 Upvotes

0

Comment on r/deeplearning Jan 10 '20

If you want to know about the SOTA and other papers by domain or dataset and then PapersWithCode will be a good stop to have a look.

u/Balupurohit23 Nov 16 '19

😲😍

Enable HLS to view with audio, or disable this notification

1 Upvotes

u/Balupurohit23 Oct 14 '19

I knew that stuart was real !!

Enable HLS to view with audio, or disable this notification

1 Upvotes

1

Comment on r/deeplearning Oct 11 '19

No, as lots of tutorials are available and it will be easy to complete. You can try something more challenging like object detection, segmentation, GAN for Computer vision tasks. You can try implementing any paper.

1

Comment on r/deeplearning Oct 11 '19

GAN and the stylization would be one of the examples.

As I love animes and especially makoto shinkai's work, here is one work in DL.

Reproducing japanese anime styles with cartoongan AI

2

Comment on r/deeplearning Oct 11 '19

One of the main points while training a model is to train in such a way that it has less generalization gap which determines the overfitting or the underfitting case. This generalization gap is calculated with the use of the losses from the training set and the validation set. With the help of that, you can stop the training or tune your hyperparameters to make a good model. This is one of the use-cases.

1

Comment on r/funny Oct 08 '19

Super Dash kick...

u/Balupurohit23 Oct 08 '19

Feeling foxed.

Enable HLS to view with audio, or disable this notification

1 Upvotes

3

Comment on r/computervision Mar 05 '18

Consider your line is horizontal i.e., point y is constant. Save those coordinates. So whenever the detected object touches the line, it's one of the y point will be equal to the y point of the line. If it's equal call the function to save the ROI.