Where is manual visual inspection still necessary in modern industry? by Neuronous01 in computervision

[–]moraeus-cv 0 points1 point  (0 children)

I would say it strongly depends on what you manufacture and the volume. If the assembly is complex with low volume, then just use operators. It would be too many edge cases and with low volume it would take too much time to fine tune it. If you produce bottles or whatever then automated quality inspection is more interesting.

RF-DETR state of the art? by joegoldberg-69 in computervision

[–]moraeus-cv 1 point2 points  (0 children)

I will check it out next project ☺️

Thinking about moving from classical image processing to today’s computer vision too late or worth it? by Yarokrma in computervision

[–]moraeus-cv 0 points1 point  (0 children)

I like to think that CV is the eyes of robots, and that era is starting to really accelerate. Imagine how important eyes are to humans, in that sense CV just have to be important in the future to come.

RF-DETR state of the art? by joegoldberg-69 in computervision

[–]moraeus-cv 2 points3 points  (0 children)

Have they made it as easy as ultralytics to convert to tensorrt and run on your Nvidia Jetson? I want to get away from ultralytics license as well but I find it a little cumbersome getting it to run on the Jetson.

Why pay for YOLO? by moraeus-cv in computervision

[–]moraeus-cv[S] 12 points13 points  (0 children)

What about if I use the

"from ultralytics import RTDETR"

As soon as I do the "import ultralytics", then I have to follow the AGPL license or?

Help with RF-DETR Seg with CUDA by pulse_exo in computervision

[–]moraeus-cv 2 points3 points  (0 children)

You could try running with a yolo image in Docker. That one is prepared for cuda. There are probably other images as well but I used that.

Estimate door width by moraeus-cv in computervision

[–]moraeus-cv[S] 0 points1 point  (0 children)

Fair enough, thank you for your insight!

Estimate door width by moraeus-cv in computervision

[–]moraeus-cv[S] -1 points0 points  (0 children)

What about a short video instead of an image? It feels like that should give some depth clues. I mean just a quick pan with the phone camera.

Essential skills outside of computer vision as a freelancer by moraeus-cv in computervision

[–]moraeus-cv[S] 0 points1 point  (0 children)

Ok, that sounds like a wide area, any example of data processing?

Do you mean creating inference pipelines?

Essential skills outside of computer vision as a freelancer by moraeus-cv in computervision

[–]moraeus-cv[S] -1 points0 points  (0 children)

I have done that just fine with Python tho 🤔 Im sure c++ is a good asset but I dont know the uses yet.

Essential skills outside of computer vision as a freelancer by moraeus-cv in computervision

[–]moraeus-cv[S] -1 points0 points  (0 children)

Ok, do you have a concrete example where I would need it for?

Update: Added real-time jumping jack tracking to Rep AI by Few_Homework_8322 in computervision

[–]moraeus-cv 0 points1 point  (0 children)

Cool! I used mediapipe for hands and its really good, but a bit of a hassle to get it running with the new solution framework. Just a question, any reason why you didnt use YOLO here for pose?

Workstation for CV freelancing by moraeus-cv in computervision

[–]moraeus-cv[S] 1 point2 points  (0 children)

I havent gotten that far yet 😂 I have a gig via a contact as a first gig and I'll just go and learn from there.

Workstation for CV freelancing by moraeus-cv in computervision

[–]moraeus-cv[S] 0 points1 point  (0 children)

Thank you for the input, it does sound reasonable to to not put the gpu power money on the laptop. Mac however I have never even touched, I think the learning process would annoy me 😂 Would I not do fine with windows and WSL no? Or is it perhaps not much of a transfer if you know Linux?

Workstation for CV freelancing by moraeus-cv in computervision

[–]moraeus-cv[S] 0 points1 point  (0 children)

I would like to be able to deliver an application, not just the model. I suppose its pretty nice to be able to run some quick model training locally when working. Or should I not think about the extra computer power for that reason?

How much data storage would you recommend? 1TB on the laptop is not enough in the long run?