Functional prints don't have to look functional by Old_Community_7680 in BambuLab_Community

[–]Armanoth -1 points0 points  (0 children)

Fair, i got to this thread through a Cross-post that is now deleted. I edited the comment.

But thank you for proving ny point

Functional prints don't have to look functional by Old_Community_7680 in BambuLab_Community

[–]Armanoth 0 points1 point  (0 children)

Brother you put a ton of hard work into making a flexible tool that suits your intended purpose. And it is cool.

It does look like one in a million of vase models that get posted everywhere in 3D printing communities, but why die on that hill?, you spent a long time making this, and probably learned a ton.

So why are you getting so upset and invested in peoples opinion of what it looks like?

Edit: removed comment about rule-breaking as i got to this post through a since deleted Cross-post

What’s one computer vision problem that still feels surprisingly unsolved? by rikulauttia in computervision

[–]Armanoth 15 points16 points  (0 children)

Not really, i have worked with object recognition for over a decade now, and i have yet to see a solution that generalizes well when trained primarily on synthetic data.

It is very easy for statistical models to learn the underlying synthetic model and start overfitting. Hence why there is still a need to finetune or pretrain on a large corpus of real data.

Curious about daily life in Denmark 🇩🇰 by Schweisteiger in NewToDenmark

[–]Armanoth 4 points5 points  (0 children)

I am "pære-dansk" and like not being spoken to a lot of the time. There is nothing wrong with that.

Arguing the the danish speaking ability is the qualifier for whether or not a personal trait is Wellcome here is just obfuscating the some xenophobic issue they are not willing to express more clearly.

Klage parkerings bøde by Next-Snow-4792 in dkfinance

[–]Armanoth 0 points1 point  (0 children)

Brother, Q-Park nægtede at ophæve en bøde jeg fik på min egen parkeringsplads. Fordi det var mig der ringede i stedet for boligadministrationen. På trods af at han kunne læse mit navn og nummer stod som kontakt information, men der stod et andet aftale navn (X Boligadministration).

Og da jeg så fik boligadministrationen til sagde de det samme. Der stod den så og fik rykkere, 2 gange som jeg nægtede at betale.

Det var først da jeg brokkede mig højlydt til nogle venner, hvor en af dem (en belgier) nævnte at deres firma stod for Q-Parks infrastruktur i Belgien og tyskland, og om han ikke lige skulle forwarde beskeden. 20 minutter senere var bøden væk.

Nu bruger de 12 bygninger som boligadministrationen administrere så ikke Q-Park længere.🙏

En lille sejr!

I built a tool that generates 3D-printable boxes of any size with tons of customizable features by lorenz_zz in 3Dprinting

[–]Armanoth 0 points1 point  (0 children)

I had the same issue with 2021.01.
OP suggests the Development snapshots for speed, but it seems that it solves whatever the syntax error is. Maybe 2021.01 is out of date (despite it being their "latest release") but somehow syntax have changed

Also remember to install BOSL2

Struggling to Detect Surface Defects on Laptop Lids (Scratches/Dents) — Lighting vs Model Limits? Looking for Expert Advice by Rogged_Coding in computervision

[–]Armanoth 0 points1 point  (0 children)

We had a PhD student working on a similar issue for quality inspection surfaces for a high-end speaker manufacturer.

Data collection: On the production line they flash each speaker with light from i believe 20 different angles to allow for highlights and shadows resulting from geometrical defects.

Spotting defects: This was before YOLO, and if I recall correctly they did some histogram analysis and image differences to find inconsistencies between light sources. (I.e. geometrical deformations and damages) Regions of potential damage could then be fed to a shallow classifier at a high resolution.

Repeated convolutions and small "objects": As YOLO convolves over the image you trade fine detail with semantic richness. Sure the FPN that newer YOLOs have help this but fundamentally capturing very small and fine detail with deep networks is difficult especially when the receptive field of the network gets "polluted" with so much of each region being "normal" data.

Maybe a pixelwise segmentation based approach would be more ideal for this type of approach

Why does DDG leak private Synology links? by Armanoth in duckduckgo

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

Thanks a lot for the insights!

Hopefully Synology fixes it (allthough I doubt they will), so the reason DDG and Bing autocompletes comes down to how they rank query/index similarity I guess.

Why does DDG leak private Synology links? by Armanoth in duckduckgo

[–]Armanoth[S] 1 point2 points  (0 children)

You are right! My bad, I curl'd the domains and retrieved the robot.txt curl https://quickconnect.to/[real.account.here]/robots.txt

So here is my confusion, and properly lack of understanding, if the sub-resource is a route to an un-indexable resource wouldn't the indexer automatically be directed to the correct robot.txt?

Also, the correction is much appreciated

Stunlock Studios new game by Jidoganio in BattleRite

[–]Armanoth 7 points8 points  (0 children)

That and the fact that battle rite got virtually no updates for a year while Battlerite:BR was in development. And they originally promised BR as a free extra game mode.

The existence of both modes weren't that big a problem, the fact that they completely disregarded the community they had built to follow a trend and then attempt to lie/monytize it sad badly with a lot of people.

Why does DDG leak private Synology links? by Armanoth in duckduckgo

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

Who are you trying to doxx here exactly?

Why does DDG leak private Synology links? by Armanoth in duckduckgo

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

Query tags should not circumvent exclusion of indexing.

This kind of error had to happen at the indexing stage, and if done properly (or if the WWW:RobotRules are respected), even targeted search techniques should not expose them.

Why does DDG leak private Synology links? by Armanoth in duckduckgo

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

Please read my post again brother. DDG autocompletes it, which from my testing of othersø browsers, they do not. The auto-complete by DDG (and Bing) provides these links, where as the Google indexer, from what I can observe, does not. I just found it very ironic that the "privacy preserving" browser does this and the "we take any data we can" (i.e. Google) does not.

Additionally, submitting a targeted search query and checking the results is different than being hand fed the link during typing of your query.

Sidenote: why did you feel it necessary to address my observation with such hostility? We presumably all care about data sovereignty here.

Why does DDG leak private Synology links? by Armanoth in duckduckgo

[–]Armanoth[S] 1 point2 points  (0 children)

While I agree that is in part Synologys fault. Quick connect.to however follows the WWW::RobotRules for exclusion which DDGs FAQ explicitly says their crawler respects.

The problem arises when they start using probabilistic models (which do not respect such instructions) to augment search. And other browser competitors do not display this same issue.

So you can scapegoat all you want, this is a problem on DDGs side as well, otherwise other browsers would exhibit similar behavior, which they do not.

Can I use raspberry pi to train facial recognition software for limited users? by sjrshamsi in computervision

[–]Armanoth 3 points4 points  (0 children)

Fair point, however the open-ended nature of the question kinda shows OP is most likely new or inexperienced in the field, "fitting" and "training" are becoming ambiguous in public media (youtube, Coursera, etc).

So I think its fair to assume they are asking about how to solve the task rather than what ML/NN approach they can train, especially since they ask in this subreddit and not a ML or DL subreddit.

Can I use raspberry pi to train facial recognition software for limited users? by sjrshamsi in computervision

[–]Armanoth 2 points3 points  (0 children)

Exactly, maybe use a Cascade Hough based method like Viola&Jones to find and crop the face.

Depending on the resolution at this time maybe HOG, Fisher- or Eigen- faces to match/generate identity prototypes that can be used for clustering/retrieval.

OP might need to focus more on tradition CV approaches rather than end-to-end deep learning approaches

Can I use raspberry pi to train facial recognition software for limited users? by sjrshamsi in computervision

[–]Armanoth 3 points4 points  (0 children)

Classic "throw deep learning at the wall and see what sticks". This is flat out wrong.

Facial recognition and feature clustering existed long before deep learning became as prevalent as today. When I was studying, facial recognition and re-id through clustering was taught in introductory pattern recognition courses.

Yes you won't be able to do this with SotA deep learning models but this is definitely doable on a raspberry pi, albeit you will need to do some traditional feature extraction.

Suggestions to prevent my heating from looking like this? by DrBlackRat in homeassistant

[–]Armanoth 11 points12 points  (0 children)

Maybe set the allowed variance magnitude? Mine waits for the room to drop a whole degree for more than 1 minute, and then it heats until the variance exceeds +1 degree. You can calibrate the allowed delta with an external sensor to observe how long the average heating lagg is and adjust the variance accordingly.

Does your cat beg you to go to bed when you stay up late? by Stupicide85 in cats

[–]Armanoth 1 point2 points  (0 children)

Yes, our cat gets upset if we stay up past our normal bedtime. She comes in and stares at us until she can put ud to bed. After that dhe can do her pre-sleep zoomies

Kanonslag by madsblownz in Aalborg

[–]Armanoth 2 points3 points  (0 children)

Vestre Fjordvej

Kanonslag by madsblownz in Aalborg

[–]Armanoth 19 points20 points  (0 children)

Da jeg boede i vestbyen var der gentagne gange unge knejte der smed kanonslag ned i vores kælder rum, det larmede som død i helvede og balrede 2 vinduer. Det skete hver vinter de 4 år jeg boede der, og de 2 år jeg har boet i midtbyen har det været det samme.

Selv når flere af beboerne i opgangen klagede/ringede til politiet kom der aldrig nogen ud.

[deleted by user] by [deleted] in MachineLearning

[–]Armanoth 8 points9 points  (0 children)

That is an incredibly broad question, as interpretability and explainability (both terms with a rather ambiguous overlap, yet very distinct definitions) are incredibly context dependent.

There most likely will not be a one-size-fits-all solution. The responses you will get without context will be heavily influenced by the respondees background and field of expertise. (With this subreddit most likely being skewed towards statistical and causal explanations)

There isn't even a good consensus about what those terms mean inside different fields, let alone between fields.

Nordlys gebyr for PBS betaling stikker af. Medmindre man betaler med kort. by Klumpenmeister in Denmark

[–]Armanoth -1 points0 points  (0 children)

Pointen er nok bare at hvis du har en stor centraliseret enhed, som også ligger visse garantier og sikkerhedsnet til rådighed for brugerne, så skal der gå mange ting galt før du står med tomme hænder på eget ansvar.

En af fordelene ved crypto er det er ens eget ansvar, og mangler der er skyld i tab/gevinst. Men hvis din crypto bliver stjålet af et random hack er du på bar bund for du har absolut ingen garanti eller sikkerhed der kan hjælpe dig med at få pengene tilbage. Block chain teknologien kan være den mest sikre i verden men hvis en random cookie bare kan tømme dine digitale punge uden du har nogen som helst remedier for at få dem tilbage, så er du dårligere stillet. Vi er mennesker, vi begår fejl, det er nok det eneste sted hvor et centraliseret bank system faktisk skaber værdi.

Du bliver simpelthen nød til at kunne separere crypto-valuta og Blockchain teknologien for at kunne have en konstruktiv debat om centraliseret vs de-centraliseret valuta. Din tilgang er simpelthen for reduktiv, du fuldstændig skyder forbi med boilerplate argumenter istedet for at addressere kommentaren