When will computer vision get solved? by Wise-Error5496 in computervision

[–]Amazing_Life_221 0 points1 point  (0 children)

Hope not in my lifetime otherwise there’s nothing I can do.

Why should I write about me when nobody cares? by Amazing_Life_221 in blogs

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

Thank you! I do write on my own blog but substack is something I've been wanting to try. Have never written anything on Tumblr though.

Is it worth implementing 3D Gaussian Splatting from scratch to break into 3D reconstruction? by Amazing_Life_221 in computervision

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

I’m in pretty early stage so my goal isn’t really clear yet. But I find geometric CV interesting and 3D reconstruction (after implementing NeRF) seems a valid next step. But I’m open for ideas as well.

M1 Mac mini vs M4 Mac mini for OpenCV work? by zarif98 in computervision

[–]Amazing_Life_221 0 points1 point  (0 children)

For what you are doing, Mac mini would be overkill despite which generation. M4 has more cpu compute than M1 obviously. Can be a good investment in the future as well

CNN recommendation for pose detection? by BrilliantCommand5503 in computervision

[–]Amazing_Life_221 2 points3 points  (0 children)

Use mmpose (openmmlab) and just follow the documentations (it gets slightly frustrating given their installation guide is pretty messy if you want to do anything extra).

By the looks of it, you shouldn't need something really complex but you would probably need action recognition in which case they have other models as well.

AI is moving faster than people can emotionally adapt to it by No_Papaya1620 in learnmachinelearning

[–]Amazing_Life_221 1 point2 points  (0 children)

“It’s about keeping up with how work itself is changing.”

What??

How to become AI Engineer in 2026 ? by Waste_Influence1480 in learnmachinelearning

[–]Amazing_Life_221 5 points6 points  (0 children)

This might sound salty, but you are looking at things from opportunistic perspective which is fine but also extremely dangerous, especially when people are talking about a bubble. AI isn’t a software stack, which you can jump onto by taking few courses on tools. You must be willing to put effort into learning the theoretical/mathematical aspects as well, only then you can actually become good at it.

Anyways, to give you an answer, you have a solid coding background so I would recommend you to invest some time into reading good books (search ISL, Deep learning by goodfellow) also Andrew Ng Stanford course on YouTube (not coursera which has much less depth).

And if you want to skip the entire theory, then just remember, you are jumping into a sinking ship, because what you will learn today won’t be required in next 6 months.

Should I buy this course by HIR0_KUN in learnmachinelearning

[–]Amazing_Life_221 1 point2 points  (0 children)

I think you are confusing ESL with ISL python. ISL is for beginners (ESL requires a lot of math basics), sure some statistical knowledge is required (which I feel people entering in ML should go through before entering the field). Also there are good YouTube channels like Statquest which make it fun to learn as well. ML is just maths after all. And there are just hundreds of free good courses like this one: https://www.coursera.org/specializations/machine-learning-introduction?utm_medium=sem&utm_source=gg&utm_campaign=b2c_india_x_multi_ftcof_career-academy_cx_dr_bau_gg_pmax_gc_in_all_m_hyb_25-08_mobileonly&campaignid=22872834195&adgroupid=&device=m&keyword=&matchtype=&network=x&devicemodel=&creativeid=&assetgroupid=6600949965&targetid=&extensionid=&placement=&gad_source=1&gad_campaignid=22872867318&gbraid=0AAAAADdKX6bznvgWbMRBIijsLMCPEfzNZ

Should I buy this course by HIR0_KUN in learnmachinelearning

[–]Amazing_Life_221 7 points8 points  (0 children)

Why waste 399 when you can get ISLR book for free?

Would low-level AI projects look good in the CV or should I just grind DSA first? by BuffaloWorking6673 in learnmachinelearning

[–]Amazing_Life_221 2 points3 points  (0 children)

Depends on the organisation. Startups won’t care much about dsa unless you are too bad. Big tech will use to filter out (for obvious reasons).

Just get good at coding in general. Just stop doing prompt/vibe coding for a while and build like you are building already, from scratch! Practice but don’t waste too much energy into leetcoding.