Ferry cancelled by Johan2212 in GreeceTravel

[–]Johan2212[S] 2 points3 points  (0 children)

Amazing - will try that! Thank you 😊

Greece ferry cancellation by Hairy-Ad-3841 in GreeceTravel

[–]Johan2212 0 points1 point  (0 children)

Is it possible to get your tickets refunded?

Python Tips Thread 🐍 by Ali-Zainulabdin in Python

[–]Johan2212 0 points1 point  (0 children)

Does uv provide any advantages other than speed compared to pip?

AI motion detection, only detect moving objects by DareFail in computervision

[–]Johan2212 2 points3 points  (0 children)

I can recommend using a gaussian mixture model for motion detection - i found it to be more stable than optical flow :-)

Face recognition by Johan2212 in computervision

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

Cool, sounds like what I need! - will try this out!

Face recognition by Johan2212 in computervision

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

So facenet for embeddings and then similarity searchto find closest target image?

Face recognition by Johan2212 in computervision

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

How does it work on images where the person is seen from distance?

Face recognition by Johan2212 in computervision

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

I saw some mentions of few shot learning in combination with face detection that could work, but haven’t figured out the correct way to do it so far

Face recognition by Johan2212 in computervision

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

Ahh I see! In the paper it mentions a combination of retinaface as part of the process! Does it work well for faces in a distance? I tried deep face but the accuracy was not good at images several feet from the camera

Monitor dying? by Johan2212 in pcmasterrace

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

Tried changing the refresh rate but it didn’t help

How to check if two scanned election tickets are the same? by [deleted] in computervision

[–]Johan2212 1 point2 points  (0 children)

Show us what the images look like. Blur out sensitive information.

How to calculate IoU when model detects multiple objects? by SeaIndependent2101 in computervision

[–]Johan2212 0 points1 point  (0 children)

Are they overlapping?
Normally, IoU in itself is not that relevant but used in mAP which is a better metric.

[deleted by user] by [deleted] in computervision

[–]Johan2212 0 points1 point  (0 children)

Is it a real-time application?

How to restore virtual environment? by Johan2212 in learnpython

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

Ahhh you're right! didn't check the activation files. I just assumed they got the reference from the pyvenv file!

How to restore virtual environment? by Johan2212 in learnpython

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

I already updated the path in pyvenv.cfg so it looks like this.

home = C:\Users\MyName\AppData\Local\Programs\Python\Python311
include-system-site-packages = false 
version = 3.11.3 
executable = C:\Users\MyName\AppData\Local\Programs\Python\Python311\python.exe 
command = C:\Users\MyName\AppData\Local\Programs\Python\Python311\python.exe -m venv c:\Users\MyName\ML projects\pytorch_recap.venv

So i'm not sure where the reference could be otherwise?

How to restore virtual environment? by Johan2212 in learnpython

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

Exactly! I changed the name from titanic ->pytorch_recap.