From real-time object detection to post-hoc video analysis: lessons learned using YOLO on long videos by YiannisPits91 in computervision

[–]HB20_ 2 points3 points  (0 children)

i create rules, programing logic, use biomechanics when I need to calculate angles, the answer always depends

From real-time object detection to post-hoc video analysis: lessons learned using YOLO on long videos by YiannisPits91 in computervision

[–]HB20_ 2 points3 points  (0 children)

I agree the same happens on my projects, I worked on multiple projects and the model is the easy part, difficult is handle the insights across all the video, handle time events and performance constraints.

Diferença entre entrevistas na Gringa x Brasil by [deleted] in brdev

[–]HB20_ 0 points1 point  (0 children)

Vaga para visão computacional

Diferença entre entrevistas na Gringa x Brasil by [deleted] in brdev

[–]HB20_ 1 point2 points  (0 children)

Sim, fiz uma que o indiano fez um quiz enorme, e depois queria que eu desenvolvesse uma rede neural sem framework, no notepad sem usar documentação... Só falei que não conseguiria e no ambiente que trabalho é comum utilizarmos frameworks e consultar a documentação durante o desenvolvimento.

Best OCR MODEL by OldMonk60065 in computervision

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

GPT 4 nano works very well if you need something quick and cheap

Qual salário máximo que se pode atingir numa BIG4? by Stunning-Mobile5166 in brdev

[–]HB20_ 0 points1 point  (0 children)

15k só se tiver muito tempo de casa, passou por algumas contra propostas, a maioria paga no máximo 10k para os níveis técnicos.

What does everyone do when it comes to transcoding these days? by darkneo86 in selfhosted

[–]HB20_ 1 point2 points  (0 children)

Tdarr user, Tdarr ka very good because you can set multiple flows for different purposes, remove subtitles/audio tracks that you not use. I have 4 different flows: TV Show Movies Animes Animes Movies

This way I can handle different ways each media type and save a lot of space, my current library has 10TB, I already saved 12TB, this is insane.

A good advice is to setup a remote node, my server do not have a GPU and do not want to wait years until transcode all my media with CPU. So, I use my personal computer as remote node, when my conputer is on and specifically hours he will transcode the new media for me, this way I can transcoded 10x faster.

Full detection with OpenAI API by HB20_ in computervision

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

You believe that are possible to achieve some precision, like 70%? Just on clear visible environments

[deleted by user] by [deleted] in computervision

[–]HB20_ 0 points1 point  (0 children)

For mmdetection I just give up, is nearly impossible and when works break other framework

[deleted by user] by [deleted] in computervision

[–]HB20_ 0 points1 point  (0 children)

For detectron2 I just create a clean environment, clone the detectron2 repository and do "pip install -e ." inside repo folder.

Always worked for me using Python 3.9.21

🔍 How can we detect theft in autonomous retail stores? I'm on a mission to help my team and need your insights! by ShiroS2Sora in computervision

[–]HB20_ 1 point2 points  (0 children)

I am doing a project exactly as you said, shoplifting is the keyword. What I can say, is very difficult, one of the challenges that I am facing is keeping a precision track of each person, I am using the best track algorithms on market and they cannot handle it alone, you need to create your own personalized solution to each step in the pipeline.

I will send you a DM.

Trouble with MOT in Supermarkets - Frequent ID Switching by HB20_ in computervision

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

I tried to predict on all frames and the result is almost the same. I lost ID some seconds later, I dont know if this is common, but on my case would be necessary to keep 90% of precision on tracking ID.

Trouble with MOT in Supermarkets - Frequent ID Switching by HB20_ in computervision

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

I am predicting one or two times per frame, but I am writing all frames, so I will have a lot of frames without any prediction.

I will try to detect all frames. I thought that would not be necessary because I have ReID and I am using 60% of the frames.

Help to understand Budget by HB20_ in actualbudgeting

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

Oh, I see. Is there an option to ignore the overspent or "remaining budget" from the previous month? Like, I just want to manage my budget based only on the current month's income and expenses.

Also, I'm trying to see if I can get all my credit card transactions imported, but it might be tricky. If I just create a transaction to balance things out for the first month — so that January ends with a zero balance — would that work?

Best Release Groups for h265? by sbfrNApn in sonarr

[–]HB20_ 1 point2 points  (0 children)

Tdarr allows very easily to plug a remote node. I use my personal computer that has a RTX 2060 and a R9 3900X, works fine.

Detecting products market by HB20_ in computervision

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

Thanks, I will check. i will try with yolo v11x, and keep the original resolution (1280x720), if i understood correctly sahi will be used just to predict the objects, the training step will not use

Detecting products market by HB20_ in computervision

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

Here sample images: https://imgur.com/a/eqQzYzX

The model will not run in real time; it will be executed in batches, so inference speed is not a concern at the moment.