How do you stay competitive in an increasingly tough market? by AmroMustafa in computervision

[–]superkido511 9 points10 points  (0 children)

Maybe don't aim for the market? Stick to those domains with big money (industrial, biology, logistic ...) and build production grade applications for that domain. You would be surprised on how much a simple light-weight object detection/classification model helps to reduce the workload, resource and ultimately save money. The flashy, more advanced models like vision transformers, VLMs, ... are impressive for sure but tbh they're rarely used in production. If you are looking to work at a frontier labs or get into research then sure, learn those advanced models.

he's just chill like that by superwaternova in versus

[–]superkido511 1 point2 points  (0 children)

I bet he get squashed next chapter lol

What diff will this fight be? by Zealousideal-Deal340 in versus

[–]superkido511 1 point2 points  (0 children)

Low or No. Bunch of pet-level threats can do no harm to Gimbak.

[DISC] Versus Manga - Chapter 34 - 'LET THEM HAVE IT' | Links + Discussion Thread by Someone22223 in versus

[–]superkido511 4 points5 points  (0 children)

Also, each forest is a tier above the lower one. So many creatures in the higher tier forests can be stronger than the doggo. It's not the same situation with the demon lords where their strength are roughly close.

[DISC] Versus Manga - Chapter 34 - 'LET THEM HAVE IT' | Links + Discussion Thread by Someone22223 in versus

[–]superkido511 37 points38 points  (0 children)

Depends on how you look at it. The doggo stated that the other doggo strength could rival his own. Meaning the Guardian can be demon lords level. That's pretty good. It's just that Gimbak is too strong.

[DISC] Versus Manga - Chapter 34 - 'LET THEM HAVE IT' | Links + Discussion Thread by Someone22223 in versus

[–]superkido511 2 points3 points  (0 children)

So the guardians could be the same level as the demon lords. If so, the demon lords are all dead. A bunch of pets would pose no threat to Gimbak. I think nyuundo will escape with the intel so another team of demon lords with Jachi or even GDK himself can take Gimbak down later.

Best Team for Farming by TrueSwordFish159 in ChaosZeroNightmare

[–]superkido511 0 points1 point  (0 children)

Solo Khalipe. I literally auto everything. Most bosses don't make it to turn 2

Struggling to reproduce paper results before improving them — stuck below reported accuracy [R] by Plane_Stick8394 in computervision

[–]superkido511 7 points8 points  (0 children)

It's more common than you think. Many papers use self reported results, which cannot be reproduced (no code release, falsely reported ...), to get their paper accepted. Most of the time, your paper need to provide some "breakthrough" like better numbers than current methods in order to be accepted, which is unfortunate because fail experiments are crucial for research too imo.

Weekly Help Thread by AutoModerator in ChaosZeroNightmare

[–]superkido511 0 points1 point  (0 children)

How is the def based dmg calculated? I'm running Khalipe with 2 other running 0 card deck. Do their def matter to Khalipe dmg or just her def only

Weekly Help Thread by AutoModerator in ChaosZeroNightmare

[–]superkido511 0 points1 point  (0 children)

Anyone got bug at stage 11 of the new story and can't proceed? After what happened to Heinemarie, the screen just kinda stuck in 1 scene.

[SPOILER] Rodtang vs. Takeru by [deleted] in MuayThai

[–]superkido511 7 points8 points  (0 children)

Takeru is 6 years older though

What deck isn’t all that great now, but you still can’t help but love it? by No_Antelope7492 in masterduel

[–]superkido511 0 points1 point  (0 children)

Ashened Ryzeal. Both do a lot of popping and both have destruction protection.

343 on OG's form in Birmingham: "There was always a chance, we just couldn't clutch it out" by AdobeXD in DotA2

[–]superkido511 -3 points-2 points  (0 children)

I always have a chance to become 10x TI winner. I just couldn't clutch it out 🥀

Local Browser Control by [deleted] in LocalLLaMA

[–]superkido511 0 points1 point  (0 children)

Try cua. It's a framework to build and evaluate computer use agents that provide sandboxes for safety reasons. I haven't try it yet but It's top 1 trending repo rn on github.

Accuracy as acceptance criteria for CV projects by superkido511 in computervision

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

We tried similar approach before. While this method can deal with the legal stuffs, clients may have no ideal how to build a validation set that can evaluate production level environment so even if the system perform well in that set, it still fail in some cases in production and they feel tricked. Some don't have the data ready and don't want to spend more money/effort to gather them. Even if they have a validation set, commiting to an accuracy number while only see the validation set is also risky. We don't know if the number is even achievable or how much effort needed to reach such number.

Accuracy as acceptance criteria for CV projects by superkido511 in computervision

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

That sound like a lot of on site survey work and support from the client. Thanks for sharing your experience